public static interface BaseMenuView.BaseMenuPresenter
| Modifier and Type | Method and Description |
|---|---|
void |
addMenuItem(String id,
String label,
String i18n,
com.google.gwt.user.client.Command command)
Add a menu voice in form of
LIElement to the underlying view |
void |
enableElement(com.google.gwt.dom.client.Element element,
boolean enabled) |
BaseMenuView |
getView() |
void |
hide() |
void |
initialise() |
boolean |
isDisabled(com.google.gwt.dom.client.Element element) |
boolean |
isShown()
Method to retrieve the visibility state of the view
|
void |
onContextMenuEvent(com.google.gwt.event.dom.client.ContextMenuEvent event) |
void |
onRefreshMenusEvent(RefreshMenusEvent event) |
void |
show(int mx,
int my) |
void initialise()
void addMenuItem(String id, String label, String i18n, com.google.gwt.user.client.Command command)
LIElement to the underlying viewid - label - i18n - command - void onRefreshMenusEvent(RefreshMenusEvent event)
void show(int mx,
int my)
void hide()
BaseMenuView getView()
void enableElement(com.google.gwt.dom.client.Element element,
boolean enabled)
boolean isDisabled(com.google.gwt.dom.client.Element element)
boolean isShown()
void onContextMenuEvent(com.google.gwt.event.dom.client.ContextMenuEvent event)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.