com.microstrategy.web.app.beans.GridFormatEditorBean |
This class provides the grid formatting editor interface for modifying the looks of the grid currently being displayed to the user.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | BORDER_LEVEL_ALL | Border level that specifies the selected style and color of border will apply to all the edges of the target | |||||||||
int | BORDER_LEVEL_CUSTOM | Border level that specifies the selected style and color of border will be applied as given | |||||||||
int | BORDER_LEVEL_DEFAULT | Border level that specifies the target will use the default border properties | |||||||||
int | BORDER_LEVEL_NONE | Border level that specifies no border will be used for the requested target | |||||||||
int | NUMBER_CATEGORY_UNKNOWN | Number category to indicate nothing has been specified |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract int |
getCurrentTab()
Get the tab that it's currently selected for being displayed by the
Grid Format Editor.
| ||||||||||
abstract int |
getNumberCategory()
Get the format number category that is assigned to the object (if applicable)
| ||||||||||
abstract void | setBorderPicker(ShortcutList borderPicker) | ||||||||||
abstract void |
setCurrentTab(int currentTab)
Set the tab to be displayed by the Grid Format Editor as current one.
| ||||||||||
abstract void | setDatePicker(ShortcutList datePicker) | ||||||||||
abstract void | setFillColorPicker(ShortcutList fillColorPicker) | ||||||||||
abstract void | setFontColorPicker(ShortcutList fontColorPicker) | ||||||||||
abstract void | setFontPicker(ShortcutList fontPicker) | ||||||||||
abstract void | setFractionPicker(ShortcutList fractionPicker) | ||||||||||
abstract void |
setNumberCategory(int category)
Set the format number category that is assigned to the object
| ||||||||||
abstract void | setSizePicker(ShortcutList sizePicker) | ||||||||||
abstract void | setTimePicker(ShortcutList timePicker) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Border level that specifies the selected style and color of border will apply to all the edges of the target
Border level that specifies the selected style and color of border will be applied as given
Border level that specifies the target will use the default border properties
Border level that specifies no border will be used for the requested target
Number category to indicate nothing has been specified
Get the tab that it's currently selected for being displayed by the Grid Format Editor.
int
value element from the EnumGridFormatEditorTabs
enumeration representing
the current tab.
Get the format number category that is assigned to the object (if applicable)
EnumGridFormatNumberCategory
corresponding to the number category property
borderPicker | The borderPicker to set. |
---|
Set the tab to be displayed by the Grid Format Editor as current one.
currentTab | int value element from the EnumGridFormatEditorTabs enumeration
|
---|
datePicker | The datePicker to set. |
---|
fillColorPicker | The fillColorPicker to set. |
---|
fontColorPicker | The fontColorPicker to set. |
---|
fontPicker | The fontPicker to set. |
---|
fractionPicker | The fractionPicker to set. |
---|
Set the format number category that is assigned to the object
category | a value of the EnumGridFormatNumberCategory enumeration corresponding to the category
|
---|
sizePicker | The sizePicker to set. |
---|
timePicker | The timePicker to set. |
---|