Interface EnumPageEvents

    • Field Detail

      • WebEventChangeFolderViewMode

        static final int WebEventChangeFolderViewMode
        Event to change the view mode of the folder content.
        See Also:
        Constant Field Values
      • WebEventUpdatePreference

        @Deprecated
        static final int WebEventUpdatePreference
        Deprecated.
        To update a preference each preference should define its own event.
        For example: To change the folder view mode, developers should use the
        WebEventChangeFolderViewMode
        constant.
        Event to update user's preference.
        See Also:
        Constant Field Values
      • WebEventRefresh

        static final int WebEventRefresh
        Event to refresh the current page.
        See Also:
        Constant Field Values
      • WebEventSetPermanentBrowserSetting

        static final int WebEventSetPermanentBrowserSetting
        Event to modify a browser setting.
        See Also:
        Constant Field Values
      • WebEventChangeSubscriptionsViewMode

        static final int WebEventChangeSubscriptionsViewMode
        Event to change the view mode in the my subscriptions page.
        See Also:
        Constant Field Values
      • WebEventShowBean

        static final int WebEventShowBean
        Event to show/hide modal app beans.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventUpdateBoneProperty

        static final int WebEventUpdateBoneProperty
        Event to update the boneProperty in user's preference
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
      • WebEventChangeUserManagerViewModeType

        static final int WebEventChangeUserManagerViewModeType
        Event to update the view mode for user manager elements
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventChangeSecurityRolesViewMode

        static final int WebEventChangeSecurityRolesViewMode
        Event to update the view mode for security role elements
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventSwitchScreenMode

        static final int WebEventSwitchScreenMode
        Event to switch between full screen mode and normal screen mode.
        Since:
        MicroStrategy Web 8.1.0
        See Also:
        Constant Field Values
      • WebEventSetSaveFolderID

        static final int WebEventSetSaveFolderID
        Event to set the default folder ID where reports and documents are saved.
        When set, this will remain set as long as the session is valid.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • WebEventSetSessionBrowserSetting

        static final int WebEventSetSessionBrowserSetting
        Event to modify a HTTP Session browser setting.
        See Also:
        Constant Field Values
      • WebEventArgumentFolderViewMode

        static final int WebEventArgumentFolderViewMode
        Argument to specify how Report is viewed, either as Grid or as Graph.
        It is a parameter for following event:
      • WebEventChangeFolderViewMode
See Also:
Constant Field Values
See Also:
Constant Field Values