com.microstrategy.web.app.gui.Toolbar |
Title: Toolbar.
This GuiElement
represents a toolbar object to be displayed on the
interface to the user. A toolbar is a series of buttons, combo boxes and other
options that are provided for the user to submit requests or manipulations with a single
click action. This class is used by the ToolbarBean
and its related transforms such as ToolbarTransform
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
getBodyCss()
Get the css class to use for the formatting of the body contents of the toolbar to be displayed
by this component.
| ||||||||||
abstract JsonGenerator |
getBoneProps()
Generate an instance of
JsonGenerator where properties of the toolbar will be saved for future
use with JavaScript code defined for handling manipulations and requests on client side. | ||||||||||
abstract String |
getPickersCss()
Get the css class to use for the formatting of the pickers that will be available on the toolbar
| ||||||||||
abstract ShortcutListSet |
getToolbar()
Get the list of
ShortcutList elements which are to be rendered by this toolbar. | ||||||||||
abstract String |
getToolbarCss()
Get the css class to use for the global formatting of the toolbar to be displayed by this
component.
| ||||||||||
abstract void |
setBodyCss(String css)
Define the css class to use for the formatting of the body contents of the toolbar to be displayed
by this component.
| ||||||||||
abstract void |
setPickersCss(String css)
Define the css class to use for the formatting of the pickers that will be available on the toolbar
| ||||||||||
abstract void |
setToolbar(ShortcutListSet links)
Set the list of
ShortcutList elements which are to be rendered by this toolbar. | ||||||||||
abstract void |
setToolbarCss(String css)
Define the css class to use for the global formatting of the toolbar to be displayed by this
component.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Get the css class to use for the formatting of the body contents of the toolbar to be displayed by this component.
Generate an instance of JsonGenerator
where properties of the toolbar will be saved for future
use with JavaScript code defined for handling manipulations and requests on client side.
JsonGenerator
initialized instance where properties of the JavaScript component for this
Toolbar can be defined.
Get the css class to use for the formatting of the pickers that will be available on the toolbar
Get the list of ShortcutList
elements which are to be rendered by this toolbar.
ShortcutListSet
instance with the
list of ShortcutList
elements that include the options this toolbar will provide.
Get the css class to use for the global formatting of the toolbar to be displayed by this component.
Define the css class to use for the formatting of the body contents of the toolbar to be displayed by this component.
css | String value with the name of the css class to use. |
---|
Define the css class to use for the formatting of the pickers that will be available on the toolbar
css | String value with the name of the css class to use |
---|
Set the list of ShortcutList
elements which are to be rendered by this toolbar.
links | a ShortcutListSet instance with the
list of ShortcutList elements that include the options this toolbar will provide.
|
---|
Define the css class to use for the global formatting of the toolbar to be displayed by this component.
css | String value with the name of the css class to use. |
---|