public static interface WorkbenchMenuBarPresenter.View
extends com.google.gwt.user.client.ui.IsWidget
| Modifier and Type | Method and Description |
|---|---|
void |
addCollapseHandler(org.uberfire.mvp.Command command) |
void |
addContextGroupMenuItem(String menuItemId,
String id,
String label) |
void |
addContextMenuItem(String menuItemId,
String id,
String label,
String parentId,
org.uberfire.mvp.Command command,
org.uberfire.workbench.model.menu.MenuPosition position) |
void |
addCustomMenuItem(com.google.gwt.user.client.ui.Widget menu) |
void |
addExpandHandler(org.uberfire.mvp.Command command) |
void |
addGroupMenuItem(String id,
String label) |
void |
addMenuItem(String id,
String label,
String parentId,
org.uberfire.mvp.Command command) |
void |
clear() |
void |
collapse() |
void |
enableContextMenuItem(String menuItemId,
boolean enabled) |
void |
enableMenuItem(String menuItemId,
boolean enabled) |
void |
expand() |
void |
selectMenuItem(String id) |
void clear()
void addMenuItem(String id, String label, String parentId, org.uberfire.mvp.Command command)
void addCustomMenuItem(com.google.gwt.user.client.ui.Widget menu)
void selectMenuItem(String id)
void addContextMenuItem(String menuItemId, String id, String label, String parentId, org.uberfire.mvp.Command command, org.uberfire.workbench.model.menu.MenuPosition position)
void expand()
void collapse()
void addCollapseHandler(org.uberfire.mvp.Command command)
void addExpandHandler(org.uberfire.mvp.Command command)
void enableMenuItem(String menuItemId, boolean enabled)
void enableContextMenuItem(String menuItemId, boolean enabled)
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.