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 intWebEventArgumentApplyCurrencyArgument indicating currency should be applied to the number formatting on the selected targetstatic intWebEventArgumentApplyPercentageArgument indicating percentage should be applied to the number formatting on the selected targetstatic intWebEventArgumentApplyThousandArgument indicating thousand separator should be applied to the number formatting on the selected targetstatic intWebEventArgumentBackgroundColorArgument indicating the background color to apply on the selected targetstatic intWebEventArgumentBackgroundColor2Argument indicating the background color to apply on the selected target (auxiliar for gradients)static intWebEventArgumentBorderFlagArgument indicating the border flag with the values of the borders to remove or enable for the selected targetstatic intWebEventArgumentBorderStyleArgument indicating the border style to apply to the enabled borders on the selected targetstatic intWebEventArgumentDeltaDecimalArgument indicating the decimal delta to apply to the number formatting on the selected targetstatic intWebEventArgumentFillStyleArgument indicating fill style detailsstatic intWebEventArgumentGradientAngleArgument indicating gradient angle informationstatic intWebEventArgumentGradientXOffsetArgument indicating graident X-Offset informationstatic intWebEventArgumentGradientYOffsetArgument indicating gradient Y-Offset informationstatic intWebEventArgumentModifyBoldStyleArgument indicating the toggle bold manipulation has been requestedstatic intWebEventArgumentModifyItalicStyleArgument indicating the toggle italic manipulation has been requestedstatic intWebEventArgumentModifyUnderlineStyleArgument indicating the toggle underline manipulation has been requestedstatic intWebEventArgumentNewColorArgument indicating newly selected colorstatic intWebEventArgumentNewColorCmdIdArgument indicating the cmdId of the button that selected the new colorstatic intWebEventArgumentOldStyleNameArgument indicating the old style of the gridstatic intWebEventArgumentTargetGridAxisAxis identifier for the element on the grid selected as target for the manipulationstatic intWebEventArgumentTargetGridKeyKey string identifying the grid selected as target for the manipulationstatic intWebEventArgumentTargetGridLevelLevel identifier for the element on the grid selected as target for the manipulationstatic intWebEventArgumentTargetGridPositionPosition identifier for the element on the grid selected as target for the manipulationstatic intWebEventArgumentTargetGridUnitUnit identifier for the element on the grid selected as target for the manipulationstatic intWebEventArgumentTargetObjectAxisAxis identifier for the element on the object selected as target for the manipulationstatic intWebEventArgumentTargetObjectKeyKey string identifying the object selected as target for the manipulationstatic intWebEventArgumentTargetObjectLevelLevel identifier for the element on the object selected as target for the manipulationstatic intWebEventFormatToolbarChangeSetColorfor preserving last selected color in fill, line and font color buttonsstatic intWebEventFormatToolbarChangeTargetGridEvent to change the format target within a gridstatic intWebEventFormatToolbarChangeTargetObjectEvent to change the format target objectstatic intWebEventFormatToolbarProcessSingleRequestHandle 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
 
 
 - 
 
 -