Supported Bean: ToolbarBean
Title: ToolbarBean.
Description: The toolbar bean represents a toolbar in the application, which is a control
that offers multiple options to users for manipulations in the form of buttons, combo boxes,
text, etc. This bean is designed to be used in combination with transforms such as
the ToolbarTransform
one to render
its interface.
The toolbar different elements are defined as a
ShortcutListSet
object which in turn is an XML definition of the different controls
it will include. These definitions are ultimately included on the pageConfig.xml
file under the
<toolbars>
section.
Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanToolbar (75)
Events
processToolbar | ||||
Event to process current wizard step. |
75001 | |||
setToolbarPropery | ||||
Event to set a toolbar property. Properties are added as bone properties for use on the client side. |
75002 | |||
*propName | Argument that determines the property name. Used in following event: EnumToolbarBeanEvents.WebEventSetToolbarProperty |
75001 | ||
*propValue | Argument that determines the property value. Used in following event: EnumToolbarBeanEvents.WebEventSetToolbarProperty |
75002 | ||
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.