Package com.microstrategy.web.app.beans
Class EnumXDADataExplorerBeanEvents
- java.lang.Object
-
- com.microstrategy.web.app.beans.EnumXDADataExplorerBeanEvents
-
public class EnumXDADataExplorerBeanEvents extends java.lang.ObjectAll event definitions used inXDADataExplorerEventHandler- Since:
- MicroStrategy Web 8.0.2
-
-
Field Summary
Fields Modifier and Type Field Description static intWebEventArgumentBrowseLevelArgument to specify the current browse level of the XDA browser Used in following events:WebEventXDADataExplorerBrowsestatic intWebEventArgumentCurrentUnitIdArgument to specify the DSSID of the selectedWebMDXDisplayUnitUsed in following event:WebEventXDADataExplorerBrowsestatic intWebEventXDADataExplorerBrowseEvent 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 selectedWebMDXDisplayUnitUsed 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
-
-