ToolBarCommunicator
Use it to retrieve toolbar data.
Methods
| method | return | type | Description |
|---|---|---|---|
|
getToolBarOption() |
ToolBarOption |
read |
Retrieve the GWT ToolBarOption object that contains information about enabled or disabled UI features. |
|
setToolBarOption(ToolBarOption toolBarOption) |
void |
write |
Change the toolbar option; it enables or disables UI features. |
|
evaluateShowIcons() |
void |
read |
Evaluate toolbar icons based on security. |
| getActualNode() |
Object |
read |
Retrieve the selected node of the user interface.
The retrieved object can be cast to:
|
|
getMainToolBarPanel() |
HorizontalPanel |
read |
Retrieve the main widget of the toolbar. |
Sample
ToolBarComunicator.evaluateShowIcons();