protected void |
SimplePopupMenuHandler.addAction(PopupMenuBuilder builder,
ComponentBuilderData compData,
FormAction action) |
Adds an action to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addMenuElement(PopupMenuBuilder builder,
ComponentBuilderData compData,
Object element) |
Adds an element to the menu to be constructed.
|
void |
ActionManager.addMenuSeparator(ActionBuilder actionBuilder,
Object menu) |
Adds a separator to the specified menu.
|
void |
ActionManagerWrapper.addMenuSeparator(ActionBuilder actionBuilder,
Object menu) |
Adds a separator to the specified menu.
|
protected void |
SimplePopupMenuHandler.addSeparator(PopupMenuBuilder builder,
ComponentBuilderData compData) |
Adds a separator to the menu constructed by this handler.
|
protected void |
SimplePopupMenuHandler.addSubMenu(PopupMenuBuilder builder,
ComponentBuilderData compData,
SimplePopupMenuHandler subHandler) |
Adds a sub menu to the menu constructed by this handler.
|
void |
ActionManager.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar) |
Adds a separator to the specified tool bar.
|
void |
ActionManagerWrapper.addToolBarSeparator(ActionBuilder actionBuilder,
Object toolBar) |
Adds a separator to the specified tool bar.
|
protected void |
SimplePopupMenuHandler.checkMenuElement(Object element) |
Checks whether the specified menu element can be processed by this
handler.
|
void |
SimplePopupMenuHandler.checkMenuItems() |
Tests whether all menu elements to be processed by this handler are
supported.
|
void |
PopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData) |
Asks this handler to create a popup menu using the specified
PopupMenuBuilder .
|
void |
SimplePopupMenuHandler.constructPopup(PopupMenuBuilder builder,
ComponentBuilderData compData) |
Constructs the menu.
|
FormAction |
ActionManager.createAction(ActionBuilder actionBuilder,
ActionData actionData) |
Creates an action object based on the provided information.
|
FormAction |
ActionManagerWrapper.createAction(ActionBuilder actionBuilder,
ActionData actionData) |
Creates an action object based on the provided information.
|
Object |
ActionManager.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent) |
Creates a (sub) menu.
|
Object |
ActionManagerWrapper.createMenu(ActionBuilder actionBuilder,
Object menu,
TextIconData data,
Object parent) |
Creates a (sub) menu.
|
Object |
ActionManager.createMenuBar(ActionBuilder actionBuilder) |
Creates a menu bar.
|
Object |
ActionManagerWrapper.createMenuBar(ActionBuilder actionBuilder) |
Creates a menu bar.
|
ComponentHandler<?> |
ActionManager.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent) |
Creates a menu item based on the specified action data object and returns
a component handler for it.
|
Object |
ActionManager.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a menu item based on the specified action object.
|
ComponentHandler<?> |
ActionManagerWrapper.createMenuItem(ActionBuilder actionBuilder,
ActionData actionData,
boolean checked,
Object parent) |
Creates a menu item based on the specified action data object and returns
a component handler for it.
|
Object |
ActionManagerWrapper.createMenuItem(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a menu item based on the specified action object.
|
Object |
ActionManager.createToolbar(ActionBuilder actionBuilder) |
Creates a toolbar object.
|
Object |
ActionManagerWrapper.createToolbar(ActionBuilder actionBuilder) |
Creates a toolbar object.
|
ComponentHandler<?> |
ActionManager.createToolbarButton(ActionBuilder actionBuilder,
ActionData data,
boolean checked,
Object parent) |
Creates a toolbar button based on the given action data object and
returns a component handler for it.
|
Object |
ActionManager.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a toolbar button based on the specified action object.
|
ComponentHandler<?> |
ActionManagerWrapper.createToolbarButton(ActionBuilder actionBuilder,
ActionData data,
boolean checked,
Object parent) |
Creates a toolbar button based on the given action data object and
returns a component handler for it.
|
Object |
ActionManagerWrapper.createToolbarButton(ActionBuilder actionBuilder,
FormAction action,
boolean checked,
Object parent) |
Creates a toolbar button based on the specified action object.
|
void |
ActionManager.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData) |
Registers the specified PopupMenuHandler at the given UI
component.
|
void |
ActionManagerWrapper.registerPopupMenuHandler(Object component,
PopupMenuHandler handler,
ComponentBuilderData compData) |
Registers the specified PopupMenuHandler at the given UI
component.
|