Package com.microstrategy.web.app.beans
Interface EnumFormatToolbarEvents
-
- All Superinterfaces:
EnumToolbarBeanEvents
public interface EnumFormatToolbarEvents extends EnumToolbarBeanEvents
This enumeration contains the list of events and arguments handled by theFormatToolbarBean
.- Since:
- MicroStrategy Web 8.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
WebEventArgumentApplyCurrency
Argument indicating currency should be applied to the number formatting on the selected targetstatic int
WebEventArgumentApplyPercentage
Argument indicating percentage should be applied to the number formatting on the selected targetstatic int
WebEventArgumentApplyThousand
Argument indicating thousand separator should be applied to the number formatting on the selected targetstatic int
WebEventArgumentBackgroundColor
Argument indicating the background color to apply on the selected targetstatic int
WebEventArgumentBackgroundColor2
Argument indicating the background color to apply on the selected target (auxiliar for gradients)static int
WebEventArgumentBorderFlag
Argument indicating the border flag with the values of the borders to remove or enable for the selected targetstatic int
WebEventArgumentBorderStyle
Argument indicating the border style to apply to the enabled borders on the selected targetstatic int
WebEventArgumentDeltaDecimal
Argument indicating the decimal delta to apply to the number formatting on the selected targetstatic int
WebEventArgumentFillStyle
Argument indicating fill style detailsstatic int
WebEventArgumentGradientAngle
Argument indicating gradient angle informationstatic int
WebEventArgumentGradientXOffset
Argument indicating graident X-Offset informationstatic int
WebEventArgumentGradientYOffset
Argument indicating gradient Y-Offset informationstatic int
WebEventArgumentModifyBoldStyle
Argument indicating the toggle bold manipulation has been requestedstatic int
WebEventArgumentModifyItalicStyle
Argument indicating the toggle italic manipulation has been requestedstatic int
WebEventArgumentModifyUnderlineStyle
Argument indicating the toggle underline manipulation has been requestedstatic int
WebEventArgumentNewColor
Argument indicating newly selected colorstatic int
WebEventArgumentNewColorCmdId
Argument indicating the cmdId of the button that selected the new colorstatic int
WebEventArgumentOldStyleName
Argument indicating the old style of the gridstatic int
WebEventArgumentTargetGridAxis
Axis identifier for the element on the grid selected as target for the manipulationstatic int
WebEventArgumentTargetGridKey
Key string identifying the grid selected as target for the manipulationstatic int
WebEventArgumentTargetGridLevel
Level identifier for the element on the grid selected as target for the manipulationstatic int
WebEventArgumentTargetGridPosition
Position identifier for the element on the grid selected as target for the manipulationstatic int
WebEventArgumentTargetGridUnit
Unit identifier for the element on the grid selected as target for the manipulationstatic int
WebEventArgumentTargetObjectAxis
Axis identifier for the element on the object selected as target for the manipulationstatic int
WebEventArgumentTargetObjectKey
Key string identifying the object selected as target for the manipulationstatic int
WebEventArgumentTargetObjectLevel
Level identifier for the element on the object selected as target for the manipulationstatic int
WebEventFormatToolbarChangeSetColor
for preserving last selected color in fill, line and font color buttonsstatic int
WebEventFormatToolbarChangeTargetGrid
Event to change the format target within a gridstatic int
WebEventFormatToolbarChangeTargetObject
Event to change the format target objectstatic int
WebEventFormatToolbarProcessSingleRequest
Handle a single request for formatting, coming from the toolbar.-
Fields inherited from interface com.microstrategy.web.app.beans.EnumToolbarBeanEvents
WebEventArgumentPropertyName, WebEventArgumentPropertyValue, WebEventProcessToolbar, WebEventSetToolbarProperty
-
-
-
-
Field Detail
-
WebEventFormatToolbarProcessSingleRequest
static final int WebEventFormatToolbarProcessSingleRequest
Handle a single request for formatting, coming from the toolbar.- See Also:
- Constant Field Values
-
WebEventFormatToolbarChangeTargetGrid
static final int WebEventFormatToolbarChangeTargetGrid
Event to change the format target within a grid- See Also:
- Constant Field Values
-
WebEventFormatToolbarChangeTargetObject
static final int WebEventFormatToolbarChangeTargetObject
Event to change the format target object- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventFormatToolbarChangeSetColor
static final int WebEventFormatToolbarChangeSetColor
for preserving last selected color in fill, line and font color buttons- See Also:
- Constant Field Values
-
WebEventArgumentTargetGridKey
static final int WebEventArgumentTargetGridKey
Key string identifying the grid selected as target for the manipulation- See Also:
- Constant Field Values
-
WebEventArgumentTargetObjectKey
static final int WebEventArgumentTargetObjectKey
Key string identifying the object selected as target for the manipulation- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentTargetGridAxis
static final int WebEventArgumentTargetGridAxis
Axis identifier for the element on the grid selected as target for the manipulation- See Also:
- Constant Field Values
-
WebEventArgumentTargetObjectAxis
static final int WebEventArgumentTargetObjectAxis
Axis identifier for the element on the object selected as target for the manipulation- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentTargetGridPosition
static final int WebEventArgumentTargetGridPosition
Position identifier for the element on the grid selected as target for the manipulation- See Also:
- Constant Field Values
-
WebEventArgumentTargetGridUnit
static final int WebEventArgumentTargetGridUnit
Unit identifier for the element on the grid selected as target for the manipulation- See Also:
- Constant Field Values
-
WebEventArgumentTargetGridLevel
static final int WebEventArgumentTargetGridLevel
Level identifier for the element on the grid selected as target for the manipulation- See Also:
- Constant Field Values
-
WebEventArgumentTargetObjectLevel
static final int WebEventArgumentTargetObjectLevel
Level identifier for the element on the object selected as target for the manipulation- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentModifyBoldStyle
static final int WebEventArgumentModifyBoldStyle
Argument indicating the toggle bold manipulation has been requested- See Also:
- Constant Field Values
-
WebEventArgumentModifyItalicStyle
static final int WebEventArgumentModifyItalicStyle
Argument indicating the toggle italic manipulation has been requested- See Also:
- Constant Field Values
-
WebEventArgumentModifyUnderlineStyle
static final int WebEventArgumentModifyUnderlineStyle
Argument indicating the toggle underline manipulation has been requested- See Also:
- Constant Field Values
-
WebEventArgumentBorderFlag
static final int WebEventArgumentBorderFlag
Argument indicating the border flag with the values of the borders to remove or enable for the selected target- See Also:
- Constant Field Values
-
WebEventArgumentBorderStyle
static final int WebEventArgumentBorderStyle
Argument indicating the border style to apply to the enabled borders on the selected target- See Also:
- Constant Field Values
-
WebEventArgumentDeltaDecimal
static final int WebEventArgumentDeltaDecimal
Argument indicating the decimal delta to apply to the number formatting on the selected target- See Also:
- Constant Field Values
-
WebEventArgumentApplyCurrency
static final int WebEventArgumentApplyCurrency
Argument indicating currency should be applied to the number formatting on the selected target- See Also:
- Constant Field Values
-
WebEventArgumentApplyPercentage
static final int WebEventArgumentApplyPercentage
Argument indicating percentage should be applied to the number formatting on the selected target- See Also:
- Constant Field Values
-
WebEventArgumentApplyThousand
static final int WebEventArgumentApplyThousand
Argument indicating thousand separator should be applied to the number formatting on the selected target- See Also:
- Constant Field Values
-
WebEventArgumentOldStyleName
static final int WebEventArgumentOldStyleName
Argument indicating the old style of the grid- See Also:
- Constant Field Values
-
WebEventArgumentNewColor
static final int WebEventArgumentNewColor
Argument indicating newly selected color- See Also:
- Constant Field Values
-
WebEventArgumentNewColorCmdId
static final int WebEventArgumentNewColorCmdId
Argument indicating the cmdId of the button that selected the new color- See Also:
- Constant Field Values
-
WebEventArgumentBackgroundColor
static final int WebEventArgumentBackgroundColor
Argument indicating the background color to apply on the selected target- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentBackgroundColor2
static final int WebEventArgumentBackgroundColor2
Argument indicating the background color to apply on the selected target (auxiliar for gradients)- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentGradientAngle
static final int WebEventArgumentGradientAngle
Argument indicating gradient angle information- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentGradientXOffset
static final int WebEventArgumentGradientXOffset
Argument indicating graident X-Offset information- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentGradientYOffset
static final int WebEventArgumentGradientYOffset
Argument indicating gradient Y-Offset information- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
WebEventArgumentFillStyle
static final int WebEventArgumentFillStyle
Argument indicating fill style details- Since:
- MicroStrategy Web 8.1.0
- See Also:
- Constant Field Values
-
-