Interface EnumProjectBrowserEvents

    • Field Detail

      • BROWSE_PATH_DELIMITER

        static final java.lang.String BROWSE_PATH_DELIMITER
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE

        static final int PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_DATA_EXPLORER_SEARCH

        static final int PROJECT_BROWSER_EVENT_DATA_EXPLORER_SEARCH
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE_WITH_PATH

        static final int PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE_WITH_PATH
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_CHANGE_DISPLAY_FORMAT

        static final int PROJECT_BROWSER_EVENT_CHANGE_DISPLAY_FORMAT
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_UNIT

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_UNIT
        Identifier for the argument that indicates an element shown on the object browser will be added to the grid. Usage:
        Any value can be assigned to this argument. If it has a value, then its action will take effect. It should be used together with the EnumObjectBrowserBeanEvents.WebEventArgumentObjectInfo argument.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH_ELEMENT

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH_ELEMENT
        This argument describes the browse path element selected from data browser ancestors. The information should contain two fields seperated by a delimiter BROWSE_PATH_DELIMITER. The first field should indicate tht type of the element is a data browser element (Folder, DimensionAttribute or WebElement)). For a folder object, the value passed should be EnumDSSXMLObjectTypes.DssXmlTypeFolder. For a Dimension object, the value passed should be EnumDSSXMLObjectTypes.DssXmlTypeDimension. For other types the value should correspond to the enumeration EnumWebDependentObjectType The second field should be the ID of the browse path element selected.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_FORMAT_BY_DATA_EXPLORER

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_FORMAT_BY_DATA_EXPLORER
        This argument describes the source of change display event. If the source is non-data explorer we simply toggle the display format between the tree adn the list; if the source is data explorer we will always display the object browser content in a tree.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_DIMENSION_ID

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_DIMENSION_ID
        Specifies the dimenstion ID property for incremental fetch.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_ATTRIBUTE_ID

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_ATTRIBUTE_ID
        Specifies the attribute ID property for incremental fetch.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN
        Specifies the block begin parameter to be used in data explorer browsing.
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH
        Specifies the browing path the data explorer use to construct its browsing states. Seperated by Hiearchy Id~AttributeId || AttirbuteName ~ElementId || ElementName
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_ID

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_ID
        Specifies currently-opened folder Id when switching from the list view to the tree view
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_BLOCK_BEGIN

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_BLOCK_BEGIN
        Specifies the block begin parameter used in toggling from the list back to the tree view
        See Also:
        Constant Field Values
      • PROJECT_BROWSER_EVENT_ARGUMENT_DISPLAY_FORMAT

        static final int PROJECT_BROWSER_EVENT_ARGUMENT_DISPLAY_FORMAT
        Specifies the desired display format when switching display format on the object browser content area
        See Also:
        Constant Field Values