Supported Bean: TabManagerBean
Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanTabManager (57)
Events
selectOBMgrTab | ||||
Identifier for the event that allows users to switch the tab currently displayed on the Tab Manager. |
49001 | |||
*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 | ||
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 | |||
*left | Event argument to define the left (x) position of the component |
73002 | ||
*top | Event argument to define the top (y) position of the component |
73001 |
Notes
* denotes required field.