Package com.microstrategy.web.app.beans
Class EnumXDADataExplorerBeanEvents
- java.lang.Object
-
- com.microstrategy.web.app.beans.EnumXDADataExplorerBeanEvents
-
public class EnumXDADataExplorerBeanEvents extends java.lang.Object
All event definitions used inXDADataExplorerEventHandler
- Since:
- MicroStrategy Web 8.0.2
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentBrowseLevel
Argument to specify the current browse level of the XDA browser Used in following events:WebEventXDADataExplorerBrowse
static int
WebEventArgumentCurrentUnitId
Argument to specify the DSSID of the selectedWebMDXDisplayUnit
Used in following event:WebEventXDADataExplorerBrowse
static int
WebEventXDADataExplorerBrowse
Event to Browse
-
Constructor Summary
Constructors Constructor Description EnumXDADataExplorerBeanEvents()
-
-
-
Field Detail
-
WebEventXDADataExplorerBrowse
public static final int WebEventXDADataExplorerBrowse
Event to Browse- See Also:
- Constant Field Values
-
WebEventArgumentCurrentUnitId
public static final int WebEventArgumentCurrentUnitId
Argument to specify the DSSID of the selectedWebMDXDisplayUnit
Used in following event:WebEventXDADataExplorerBrowse
- See Also:
- Constant Field Values
-
WebEventArgumentBrowseLevel
public static final int WebEventArgumentBrowseLevel
Argument to specify the current browse level of the XDA browser Used in following events:WebEventXDADataExplorerBrowse
- See Also:
- Constant Field Values
-
-