Package com.microstrategy.web.app.beans
Interface EnumObjectBrowserTabs
-
public interface EnumObjectBrowserTabsThis enumeration contains the identifiers for the different tabs available on the Object Browser Bean.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intObjectBrowserAllObjectsTabRepresents the All Objects tab on the Object Browserstatic intObjectBrowserReportObjectsTabRepresents the Report Objects (working set) tab on the Object Browserstatic intObjectBrowserUndefinedTab
-
-
-
Field Detail
-
ObjectBrowserUndefinedTab
static final int ObjectBrowserUndefinedTab
- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
ObjectBrowserReportObjectsTab
static final int ObjectBrowserReportObjectsTab
Represents the Report Objects (working set) tab on the Object Browser- See Also:
- Constant Field Values
-
ObjectBrowserAllObjectsTab
static final int ObjectBrowserAllObjectsTab
Represents the All Objects tab on the Object Browser- See Also:
- Constant Field Values
-
-