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, setToolbarPropery, setTopLeft

processToolbar
Event to process current wizard step.

75001

EnumToolbarBeanEvents.WebEventProcessToolbar

setToolbarPropery
Event to set a toolbar property.
Properties are added as bone properties for use on the client side.

75002

EnumToolbarBeanEvents.WebEventSetToolbarProperty

*propName

Argument that determines the property name.
Used in following event:
  • EnumToolbarBeanEvents.WebEventSetToolbarProperty
  • 75001

    EnumToolbarBeanEvents.WebEventArgumentPropertyName

    *propValue

    Argument that determines the property value.
    Used in following event:
  • EnumToolbarBeanEvents.WebEventSetToolbarProperty
  • 75002

    EnumToolbarBeanEvents.WebEventArgumentPropertyValue

    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.