Supported Bean: TabManagerBean

This bean will be used for a tabbed control, for handling which tab should be shown, based on the children beans defined to this instance and the tab specification of each one of them. The manager should be used only when there's the possibility of multiple tabs being shown to the user as options. If it is for sure only one is to be shown, the manager is not required, since each child bean should be independent for processing the information and rendering its contents.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanTabManager (57)

Application bean type for the tab manager bean

Events

selectOBMgrTab, setTopLeft

selectOBMgrTab
Identifier for the event that allows users to switch the tab currently displayed on the Tab Manager.

49001

EnumTabManagerBeanEvents.WebEventBrowserSelectTab

*tab

Identifier for the argument that indicates the tab the user requested to be shown. Usage:
Possible values for this argument include those listed on the individual enumeration definitions for each one of the components, such as EnumObjectBrowserTabs enumeration for the Object Browser, which includes EnumObjectBrowserTabs.ObjectBrowserReportObjectsTab, EnumObjectBrowserTabs.ObjectBrowserAllObjectsTab, etc.

49001

EnumTabManagerBeanEvents.WebEventArgumentBrowserTab

renderTabContentOnly

Identifier for the argument that indicates whether the select tab needs to be rendered through the server side or not. Usage:
When a tab is set to cache its content on the client side the value should be set to false. When a tab needs to fetch its content through server the value should be set to true (default).

49002

EnumTabManagerBeanEvents.WebEventArgumentRenderTabContentOnly

setTopLeft
Event for setting the top left position of the component

73001

EnumAppComponentEvents.WebEventSetTopLeftPosition

*left

Event argument to define the left (x) position of the component

73002

EnumAppComponentEvents.WebEventArgumentLeftPosition

*top

Event argument to define the top (y) position of the component

73001

EnumAppComponentEvents.WebEventArgumentTopPosition


Notes

* denotes required field.