Interface EnumPromptDefinitionAppBeanEvents


  • public interface EnumPromptDefinitionAppBeanEvents
    This interface enumerates the events on the PromptDefinitionAppBean. These events generally manage the interaction between the PromptDefinitionAppBean and its child beans.
    Since:
    MicroStrategy Web 9.0.0
    • 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 the ObjectSelectionBean. 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 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.
        See Also:
        Constant Field Values
      • WebEventArgumentStartingFolderId

        static final int WebEventArgumentStartingFolderId
        This argument represents the starting folder ID.
        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