Package com.microstrategy.web.app.beans
Class EnumObjectExplorerBeanEvents
- java.lang.Object
 - 
- com.microstrategy.web.app.beans.EnumObjectExplorerBeanEvents
 
 
- 
- Direct Known Subclasses:
 EnumDatasetObjectExplorerBeanEvents
public class EnumObjectExplorerBeanEvents extends java.lang.ObjectAll event definitions used inAbstractObjectExplorerEventHandler- Since:
 - MicroStrategy Web 8.0.2
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intWebEventArgumentBlockBeginArgument to specify the first element on the block (used for incremental fetch) Used in following event:WebEventObjectExplorerBrowsestatic intWebEventArgumentDisplayFormatArgument to specify to specify the display format to useWebEventObjectExplorerChangeDisplayFormatstatic intWebEventArgumentIsShortcutArgument to specify the tree node that represents a link (shortcut)WebEventObjectExplorerBrowsestatic intWebEventArgumentObjectIdArgument to specify the DSSID of the object to browse Used in following event:WebEventObjectExplorerBrowsestatic intWebEventArgumentSearchExcludeShortcutArgument to specify whether to exclude shortcut object.static intWebEventArgumentSearchNameArgument to specify theStringto search on.static intWebEventArgumentSearchQuickSearchArgument to specify whether to use Quick Search engineWebEventArgumentSearchQuickSearchstatic intWebEventArgumentSelectedObjectIdArgument to specify the DSSID of the object selected Used in following event:WebEventObjectExplorerBrowsestatic intWebEventObjectExplorerBrowseEvent to Browsestatic intWebEventObjectExplorerBrowseParentEvent to Browse Parent.static intWebEventObjectExplorerChangeDisplayFormatEvent to toggle the display format.static intWebEventObjectExplorerSearchEvent to Search. 
- 
Constructor Summary
Constructors Constructor Description EnumObjectExplorerBeanEvents() 
 - 
 
- 
- 
Field Detail
- 
WebEventObjectExplorerBrowse
public static final int WebEventObjectExplorerBrowse
Event to Browse- See Also:
 - Constant Field Values
 
 
- 
WebEventObjectExplorerSearch
public static final int WebEventObjectExplorerSearch
Event to Search.- See Also:
 - Constant Field Values
 
 
- 
WebEventObjectExplorerBrowseParent
public static final int WebEventObjectExplorerBrowseParent
Event to Browse Parent.- See Also:
 - Constant Field Values
 
 
- 
WebEventObjectExplorerChangeDisplayFormat
public static final int WebEventObjectExplorerChangeDisplayFormat
Event to toggle the display format.- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentObjectId
public static final int WebEventArgumentObjectId
Argument to specify the DSSID of the object to browse Used in following event:WebEventObjectExplorerBrowse- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentBlockBegin
public static final int WebEventArgumentBlockBegin
Argument to specify the first element on the block (used for incremental fetch) Used in following event:WebEventObjectExplorerBrowse- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentSearchName
public static final int WebEventArgumentSearchName
Argument to specify theStringto search on. Used in following event:WebEventObjectExplorerSearch- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentSelectedObjectId
public static final int WebEventArgumentSelectedObjectId
Argument to specify the DSSID of the object selected Used in following event:WebEventObjectExplorerBrowse- See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentIsShortcut
public static final int WebEventArgumentIsShortcut
Argument to specify the tree node that represents a link (shortcut)WebEventObjectExplorerBrowse- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentDisplayFormat
public static final int WebEventArgumentDisplayFormat
Argument to specify to specify the display format to useWebEventObjectExplorerChangeDisplayFormat- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentSearchExcludeShortcut
public static final int WebEventArgumentSearchExcludeShortcut
Argument to specify whether to exclude shortcut object.WebEventArgumentSearchExcludeShortcut- Since:
 - MicroStrategy Web 9.5
 - See Also:
 - Constant Field Values
 
 
- 
WebEventArgumentSearchQuickSearch
public static final int WebEventArgumentSearchQuickSearch
Argument to specify whether to use Quick Search engineWebEventArgumentSearchQuickSearch- Since:
 - MicroStrategy Web 9.5
 - See Also:
 - Constant Field Values
 
 
 - 
 
 -