com.microstrategy.web.app.beans.EnumProjectBrowserEvents |
![]() |
This enumeration contains the list of events and arguments handled by the
ProjectBrowserEventHandler
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | BROWSE_PATH_DELIMITER | ||||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_ATTRIBUTE_ID | Specifies the attribute ID property for incremental fetch. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN | Specifies the block begin parameter to be used in data explorer browsing. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH | Specifies the browing path the data explorer use to construct its browsing states. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH_ELEMENT | This argument describes the browse path element selected from data browser ancestors. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_DIMENSION_ID | Specifies the dimenstion ID property for incremental fetch. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_DISPLAY_FORMAT | Specifies the desired display format when switching display format on the object browser content area | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_ELEMENTS | Specifies the element to be put in element filter. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_BLOCK_BEGIN | Specifies the block begin parameter used in toggling from the list back to the tree view | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_ID | Specifies currently-opened folder Id when switching from the list view to the tree view | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_FORMAT_BY_DATA_EXPLORER | This argument describes the source of change display event. | |||||||||
int | PROJECT_BROWSER_EVENT_ARGUMENT_SEARCH_PATTERN | Specifies the element IDs to be put in element filter. | |||||||||
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. | |||||||||
int | PROJECT_BROWSER_EVENT_CHANGE_DISPLAY_FORMAT | ||||||||||
int | PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE | ||||||||||
int | PROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE_WITH_PATH | ||||||||||
int | PROJECT_BROWSER_EVENT_DATA_EXPLORER_SEARCH | ||||||||||
int | PROJECT_BROWSER_EVENT_MODIFY_GRID | Event to indicate the request for updating a grid. |
Specifies the attribute ID property for incremental fetch.
Specifies the block begin parameter to be used in data explorer browsing.
Specifies the browing path the data explorer use to construct its browsing states. Seperated by Hiearchy Id~AttributeId || AttirbuteName ~ElementId || ElementName
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 DssXmlTypeFolder
.
For a Dimension object, the value passed should be 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.
Specifies the dimenstion ID property for incremental fetch.
Specifies the desired display format when switching display format on the object browser content area
Specifies the element to be put in element filter. The IDs should be
seperated by ELEMENTS_SEPARATOR
.
Specifies the block begin parameter used in toggling from the list back to the tree view
Specifies currently-opened folder Id when switching from the list view to the tree view
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.
Specifies the element IDs to be put in element filter. The IDs should be
seperated by ELEMENTS_SEPARATOR
.
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 WebEventArgumentObjectInfo
argument.
Event to indicate the request for updating a grid.
Arguments:
PROJECT_BROWSER_EVENT_ARGUMENT_UNIT