ToolBarComunicator

Use it to retrieve toolbar data.

Methods

methodreturntypeDescription

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:

  • GWTDocument.
  • GWTFolder.
  • GWTMail.
  • GWTRecrod.

 

getMainToolBarPanel()

HorizontalPanel

read

Retrieve the main widget of the toolbar.

Sample

ToolBarComunicator.evaluateShowIcons();

 

Table of contents [ Hide Show ]