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.Object
All event definitions used inAbstractObjectExplorerEventHandler
- Since:
- MicroStrategy Web 8.0.2
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentBlockBegin
Argument to specify the first element on the block (used for incremental fetch) Used in following event:WebEventObjectExplorerBrowse
static int
WebEventArgumentDisplayFormat
Argument to specify to specify the display format to useWebEventObjectExplorerChangeDisplayFormat
static int
WebEventArgumentIsShortcut
Argument to specify the tree node that represents a link (shortcut)WebEventObjectExplorerBrowse
static int
WebEventArgumentObjectId
Argument to specify the DSSID of the object to browse Used in following event:WebEventObjectExplorerBrowse
static int
WebEventArgumentSearchExcludeShortcut
Argument to specify whether to exclude shortcut object.static int
WebEventArgumentSearchName
Argument to specify theString
to search on.static int
WebEventArgumentSearchQuickSearch
Argument to specify whether to use Quick Search engineWebEventArgumentSearchQuickSearch
static int
WebEventArgumentSelectedObjectId
Argument to specify the DSSID of the object selected Used in following event:WebEventObjectExplorerBrowse
static int
WebEventObjectExplorerBrowse
Event to Browsestatic int
WebEventObjectExplorerBrowseParent
Event to Browse Parent.static int
WebEventObjectExplorerChangeDisplayFormat
Event to toggle the display format.static int
WebEventObjectExplorerSearch
Event 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 theString
to 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
-
-