Package com.microstrategy.web.app.beans
Interface EnumPromptDefinitionAppBeanEvents
-
public interface EnumPromptDefinitionAppBeanEvents
This interface enumerates the events on thePromptDefinitionAppBean
. These events generally manage the interaction between the PromptDefinitionAppBean and its child beans.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentIsAvailableList
This argument represents whether the prompt bean should be linked to the available list.static int
WebEventArgumentObjectSelectionMode
This argument respresents the selection mode, fromEnumPromptObjectSelectionMode
.static int
WebEventArgumentRestrictionType
This argument represents the restriction type, fromEnumConstantPromptRestrictionTypes
.static int
WebEventArgumentStartingFolderId
This argument represents the starting folder ID.static int
WebEventArgumentStartingFolderName
This arugment represents the starting folder name, fromEnumDSSXMLFolderNames
.static int
WebEventChooseRestrictionType
This event should be called to choose the restriction type, taking the argument WebEventArgumentRestrictionType.static int
WebEventOpenPromptsContainerBean
This event will open thePromptsContainerBean
, linking it to either the default answer or available list of the current prompt.static int
WebEventOpenSelectionBean
This event will open theObjectSelectionBean
.
-
-
-
Field Detail
-
WebEventChooseRestrictionType
static final int WebEventChooseRestrictionType
This event should be called to choose the restriction type, taking the argument WebEventArgumentRestrictionType.- See Also:
- Constant Field Values
-
WebEventOpenSelectionBean
static final int WebEventOpenSelectionBean
This event will open theObjectSelectionBean
. The WebEventArgumentSelectionMode argument is required. Other arguments such as WebEventArgumentStartingFolderId and WebEventArgumentStartingFolderName are optional.- See Also:
- Constant Field Values
-
WebEventOpenPromptsContainerBean
static final int WebEventOpenPromptsContainerBean
This event will open thePromptsContainerBean
, linking it to either the default answer or available list of the current prompt. By default it will get linked to the default answer, but including the argument WebEventArgumentIsAvailableList as "1" will link it instead with the available list.- See Also:
- Constant Field Values
-
WebEventArgumentRestrictionType
static final int WebEventArgumentRestrictionType
This argument represents the restriction type, fromEnumConstantPromptRestrictionTypes
.- See Also:
- Constant Field Values
-
WebEventArgumentObjectSelectionMode
static final int WebEventArgumentObjectSelectionMode
This argument respresents the selection mode, fromEnumPromptObjectSelectionMode
.- See Also:
- Constant Field Values
-
WebEventArgumentStartingFolderId
static final int WebEventArgumentStartingFolderId
This argument represents the starting folder ID.- See Also:
- Constant Field Values
-
WebEventArgumentStartingFolderName
static final int WebEventArgumentStartingFolderName
This arugment represents the starting folder name, fromEnumDSSXMLFolderNames
.- See Also:
- Constant Field Values
-
WebEventArgumentIsAvailableList
static final int WebEventArgumentIsAvailableList
This argument represents whether the prompt bean should be linked to the available list.- See Also:
- Constant Field Values
-
-