Supported Bean: FormatToolbarBean

This class takes care of handling format toolbars according to the configuration file specified.

Event handler: com.microstrategy.web.app.beans.EnumSysBeanTypes.AppBeanFormatToolbar (78)

Application bean type for the format toolbar bean

Events

changeGridTarget, changeObjectTarget, changeSelectedColor, formatReq, setTopLeft

changeGridTarget
Event to change the format target within a grid

78003

EnumFormatToolbarEvents.WebEventFormatToolbarChangeTargetGrid

axis

Axis identifier for the element on the object selected as target for the manipulation

78002

EnumFormatToolbarEvents.WebEventArgumentTargetObjectAxis

gridKey

Key string identifying the object selected as target for the manipulation

78001

EnumFormatToolbarEvents.WebEventArgumentTargetObjectKey

level

Level identifier for the element on the object selected as target for the manipulation

78005

EnumFormatToolbarEvents.WebEventArgumentTargetObjectLevel

position

Position identifier for the element on the grid selected as target for the manipulation

78003

EnumFormatToolbarEvents.WebEventArgumentTargetGridPosition

unit

Unit identifier for the element on the grid selected as target for the manipulation

78004

EnumFormatToolbarEvents.WebEventArgumentTargetGridUnit

changeObjectTarget
Event to change the format target object

78005

EnumFormatToolbarEvents.WebEventFormatToolbarChangeTargetObject

axis

Axis identifier for the element on the object selected as target for the manipulation

78002

EnumFormatToolbarEvents.WebEventArgumentTargetObjectAxis

level

Level identifier for the element on the object selected as target for the manipulation

78005

EnumFormatToolbarEvents.WebEventArgumentTargetObjectLevel

objectKey

Key string identifying the object selected as target for the manipulation

78001

EnumFormatToolbarEvents.WebEventArgumentTargetObjectKey

changeSelectedColor
for preserving last selected color in fill, line and font color buttons

78004

EnumFormatToolbarEvents.WebEventFormatToolbarChangeSetColor

cmdId

Argument indicating the cmdId of the button that selected the new color

78017

EnumFormatToolbarEvents.WebEventArgumentNewColorCmdId

color

Argument indicating newly selected color

78016

EnumFormatToolbarEvents.WebEventArgumentNewColor

formatReq
Handle a single request for formatting, coming from the toolbar.

78002

EnumFormatToolbarEvents.WebEventFormatToolbarProcessSingleRequest

axis

Axis identifier for the element on the object selected as target for the manipulation

78002

EnumFormatToolbarEvents.WebEventArgumentTargetObjectAxis

bFlag

Argument indicating the border flag with the values of the borders to remove or enable for the selected target

78009

EnumFormatToolbarEvents.WebEventArgumentBorderFlag

bgColor

Argument indicating the background color to apply on the selected target

78018

EnumFormatToolbarEvents.WebEventArgumentBackgroundColor

bgColor2

Argument indicating the background color to apply on the selected target (auxiliar for gradients)

78019

EnumFormatToolbarEvents.WebEventArgumentBackgroundColor2

bold

Argument indicating the toggle bold manipulation has been requested

78006

EnumFormatToolbarEvents.WebEventArgumentModifyBoldStyle

bStyle

Argument indicating the border style to apply to the enabled borders on the selected target

78010

EnumFormatToolbarEvents.WebEventArgumentBorderStyle

currency

Argument indicating currency should be applied to the number formatting on the selected target

78012

EnumFormatToolbarEvents.WebEventArgumentApplyCurrency

deltaDecimal

Argument indicating the decimal delta to apply to the number formatting on the selected target

78011

EnumFormatToolbarEvents.WebEventArgumentDeltaDecimal

fillStyle

Argument indicating fill style details

78023

EnumFormatToolbarEvents.WebEventArgumentFillStyle

gradientAngle

Argument indicating gradient angle information

78020

EnumFormatToolbarEvents.WebEventArgumentGradientAngle

gradientX

Argument indicating graident X-Offset information

78021

EnumFormatToolbarEvents.WebEventArgumentGradientXOffset

gradientY

Argument indicating gradient Y-Offset information

78022

EnumFormatToolbarEvents.WebEventArgumentGradientYOffset

gridKey

Key string identifying the object selected as target for the manipulation

78001

EnumFormatToolbarEvents.WebEventArgumentTargetObjectKey

italic

Argument indicating the toggle italic manipulation has been requested

78007

EnumFormatToolbarEvents.WebEventArgumentModifyItalicStyle

level

Level identifier for the element on the object selected as target for the manipulation

78005

EnumFormatToolbarEvents.WebEventArgumentTargetObjectLevel

oldStyle

Argument indicating the old style of the grid

78015

EnumFormatToolbarEvents.WebEventArgumentOldStyleName

percentage

Argument indicating percentage should be applied to the number formatting on the selected target

78013

EnumFormatToolbarEvents.WebEventArgumentApplyPercentage

position

Position identifier for the element on the grid selected as target for the manipulation

78003

EnumFormatToolbarEvents.WebEventArgumentTargetGridPosition

thousand

Argument indicating thousand separator should be applied to the number formatting on the selected target

78014

EnumFormatToolbarEvents.WebEventArgumentApplyThousand

underline

Argument indicating the toggle underline manipulation has been requested

78008

EnumFormatToolbarEvents.WebEventArgumentModifyUnderlineStyle

unit

Unit identifier for the element on the grid selected as target for the manipulation

78004

EnumFormatToolbarEvents.WebEventArgumentTargetGridUnit

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.