Package com.microstrategy.web.app.beans
Interface EnumProjectBrowserEvents
- 
- All Known Implementing Classes:
 ProjectBrowserEventHandler
public interface EnumProjectBrowserEventsThis enumeration contains the list of events and arguments handled by theProjectBrowserEventHandler.- Since:
 - MicroStrategy Web 8.0.1
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBROWSE_PATH_DELIMITERstatic intPROJECT_BROWSER_EVENT_ARGUMENT_ATTRIBUTE_IDSpecifies the attribute ID property for incremental fetch.static intPROJECT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGINSpecifies the block begin parameter to be used in data explorer browsing.static intPROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATHSpecifies the browing path the data explorer use to construct its browsing states.static intPROJECT_BROWSER_EVENT_ARGUMENT_BROWSE_PATH_ELEMENTThis argument describes the browse path element selected from data browser ancestors.static intPROJECT_BROWSER_EVENT_ARGUMENT_DIMENSION_IDSpecifies the dimenstion ID property for incremental fetch.static intPROJECT_BROWSER_EVENT_ARGUMENT_DISPLAY_FORMATSpecifies the desired display format when switching display format on the object browser content areastatic intPROJECT_BROWSER_EVENT_ARGUMENT_ELEMENTSSpecifies the element to be put in element filter.static intPROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_BLOCK_BEGINSpecifies the block begin parameter used in toggling from the list back to the tree viewstatic intPROJECT_BROWSER_EVENT_ARGUMENT_FOLDER_IDSpecifies currently-opened folder Id when switching from the list view to the tree viewstatic intPROJECT_BROWSER_EVENT_ARGUMENT_FORMAT_BY_DATA_EXPLORERThis argument describes the source of change display event.static intPROJECT_BROWSER_EVENT_ARGUMENT_SEARCH_PATTERNSpecifies the element IDs to be put in element filter.static intPROJECT_BROWSER_EVENT_ARGUMENT_UNITIdentifier for the argument that indicates an element shown on the object browser will be added to the grid.static intPROJECT_BROWSER_EVENT_CHANGE_DISPLAY_FORMATstatic intPROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSEstatic intPROJECT_BROWSER_EVENT_DATA_EXPLORER_BROWSE_WITH_PATHstatic intPROJECT_BROWSER_EVENT_DATA_EXPLORER_SEARCHstatic intPROJECT_BROWSER_EVENT_MODIFY_GRIDEvent to indicate the request for updating a grid. 
 - 
 
- 
- 
Field Detail
- 
BROWSE_PATH_DELIMITER
static final java.lang.String BROWSE_PATH_DELIMITER
- See Also:
 - Constant Field Values
 
 
- 
PROJECT_BROWSER_EVENT_MODIFY_GRID
static final int PROJECT_BROWSER_EVENT_MODIFY_GRID
Event to indicate the request for updating a grid. Arguments:
PROJECT_BROWSER_EVENT_ARGUMENT_UNIT- 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 theEnumObjectBrowserBeanEvents.WebEventArgumentObjectInfoargument.- 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 delimiterBROWSE_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 beEnumDSSXMLObjectTypes.DssXmlTypeFolder. For a Dimension object, the value passed should beEnumDSSXMLObjectTypes.DssXmlTypeDimension. For other types the value should correspond to the enumerationEnumWebDependentObjectTypeThe 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_ELEMENTS
static final int PROJECT_BROWSER_EVENT_ARGUMENT_ELEMENTS
Specifies the element to be put in element filter. The IDs should be seperated byEnumDataExplorerBeanEvents.ELEMENTS_SEPARATOR.- See Also:
 - Constant Field Values
 
 
- 
PROJECT_BROWSER_EVENT_ARGUMENT_SEARCH_PATTERN
static final int PROJECT_BROWSER_EVENT_ARGUMENT_SEARCH_PATTERN
Specifies the element IDs to be put in element filter. The IDs should be seperated byEnumDataExplorerBeanEvents.ELEMENTS_SEPARATOR.- 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
 
 
 - 
 
 -