com.microstrategy.web.app.beans.EnumFormatToolbarEvents |
This enumeration contains the list of events and arguments handled by the
FormatToolbarBean
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | WebEventArgumentApplyCurrency | Argument indicating currency should be applied to the number formatting on the selected target | |||||||||
int | WebEventArgumentApplyPercentage | Argument indicating percentage should be applied to the number formatting on the selected target | |||||||||
int | WebEventArgumentApplyThousand | Argument indicating thousand separator should be applied to the number formatting on the selected target | |||||||||
int | WebEventArgumentBackgroundColor | Argument indicating the background color to apply on the selected target | |||||||||
int | WebEventArgumentBackgroundColor2 | Argument indicating the background color to apply on the selected target (auxiliar for gradients) | |||||||||
int | WebEventArgumentBorderFlag | Argument indicating the border flag with the values of the borders to remove or enable for the selected target | |||||||||
int | WebEventArgumentBorderStyle | Argument indicating the border style to apply to the enabled borders on the selected target | |||||||||
int | WebEventArgumentDeltaDecimal | Argument indicating the decimal delta to apply to the number formatting on the selected target | |||||||||
int | WebEventArgumentFillStyle | Argument indicating fill style details | |||||||||
int | WebEventArgumentGradientAngle | Argument indicating gradient angle information | |||||||||
int | WebEventArgumentGradientXOffset | Argument indicating graident X-Offset information | |||||||||
int | WebEventArgumentGradientYOffset | Argument indicating gradient Y-Offset information | |||||||||
int | WebEventArgumentModifyBoldStyle | Argument indicating the toggle bold manipulation has been requested | |||||||||
int | WebEventArgumentModifyItalicStyle | Argument indicating the toggle italic manipulation has been requested | |||||||||
int | WebEventArgumentModifyUnderlineStyle | Argument indicating the toggle underline manipulation has been requested | |||||||||
int | WebEventArgumentNewColor | Argument indicating newly selected color | |||||||||
int | WebEventArgumentNewColorCmdId | Argument indicating the cmdId of the button that selected the new color | |||||||||
int | WebEventArgumentOldStyleName | Argument indicating the old style of the grid | |||||||||
int | WebEventArgumentTargetGridAxis | Axis identifier for the element on the grid selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetGridKey | Key string identifying the grid selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetGridLevel | Level identifier for the element on the grid selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetGridPosition | Position identifier for the element on the grid selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetGridUnit | Unit identifier for the element on the grid selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetObjectAxis | Axis identifier for the element on the object selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetObjectKey | Key string identifying the object selected as target for the manipulation | |||||||||
int | WebEventArgumentTargetObjectLevel | Level identifier for the element on the object selected as target for the manipulation | |||||||||
int | WebEventFormatToolbarChangeSetColor | for preserving last selected color in fill, line and font color buttons | |||||||||
int | WebEventFormatToolbarChangeTargetGrid | Event to change the format target within a grid | |||||||||
int | WebEventFormatToolbarChangeTargetObject | Event to change the format target object | |||||||||
int | WebEventFormatToolbarProcessSingleRequest | Handle a single request for formatting, coming from the toolbar. |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Argument indicating currency should be applied to the number formatting on the selected target
Argument indicating percentage should be applied to the number formatting on the selected target
Argument indicating thousand separator should be applied to the number formatting on the selected target
Argument indicating the background color to apply on the selected target
Argument indicating the background color to apply on the selected target (auxiliar for gradients)
Argument indicating the border flag with the values of the borders to remove or enable for the selected target
Argument indicating the border style to apply to the enabled borders on the selected target
Argument indicating the decimal delta to apply to the number formatting on the selected target
Argument indicating fill style details
Argument indicating gradient angle information
Argument indicating graident X-Offset information
Argument indicating gradient Y-Offset information
Argument indicating the toggle bold manipulation has been requested
Argument indicating the toggle italic manipulation has been requested
Argument indicating the toggle underline manipulation has been requested
Argument indicating newly selected color
Argument indicating the cmdId of the button that selected the new color
Argument indicating the old style of the grid
Axis identifier for the element on the grid selected as target for the manipulation
Key string identifying the grid selected as target for the manipulation
Level identifier for the element on the grid selected as target for the manipulation
Position identifier for the element on the grid selected as target for the manipulation
Unit identifier for the element on the grid selected as target for the manipulation
Axis identifier for the element on the object selected as target for the manipulation
Key string identifying the object selected as target for the manipulation
Level identifier for the element on the object selected as target for the manipulation
for preserving last selected color in fill, line and font color buttons
Event to change the format target within a grid
Event to change the format target object
Handle a single request for formatting, coming from the toolbar.