com.microstrategy.web.app.beans.EnumPromptDefinitionAppBeanEvents |
This interface enumerates the events on the PromptDefinitionAppBean
. These events generally manage the
interaction between the PromptDefinitionAppBean and its child beans.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebEventArgumentIsAvailableList | This argument represents whether the prompt bean should be linked to the available list. | |||||||||
int | WebEventArgumentObjectSelectionMode | This argument respresents the selection mode, from EnumPromptObjectSelectionMode . |
|||||||||
int | WebEventArgumentRestrictionType | This argument represents the restriction type, from EnumConstantPromptRestrictionTypes . |
|||||||||
int | WebEventArgumentStartingFolderId | This argument represents the starting folder ID. | |||||||||
int | WebEventArgumentStartingFolderName | This arugment represents the starting folder name, from EnumDSSXMLFolderNames . |
|||||||||
int | WebEventChooseRestrictionType | This event should be called to choose the restriction type, taking the argument WebEventArgumentRestrictionType. | |||||||||
int | WebEventOpenPromptsContainerBean | This event will open the PromptsContainerBean , linking it to either the default answer or available list
of the current prompt. |
|||||||||
int | WebEventOpenSelectionBean | This event will open the ObjectSelectionBean . |
This argument represents whether the prompt bean should be linked to the available list.
This argument respresents the selection mode, from EnumPromptObjectSelectionMode
.
This argument represents the restriction type, from EnumConstantPromptRestrictionTypes
.
This argument represents the starting folder ID.
This arugment represents the starting folder name, from EnumDSSXMLFolderNames
.
This event should be called to choose the restriction type, taking the argument WebEventArgumentRestrictionType.
This event will open the PromptsContainerBean
, 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.
This event will open the ObjectSelectionBean
. The WebEventArgumentSelectionMode argument is
required. Other arguments such as WebEventArgumentStartingFolderId and WebEventArgumentStartingFolderName
are optional.