public static interface MenuItemView.Presenter
| Modifier and Type | Method and Description |
|---|---|
void |
enableElement(boolean toEnable) |
void |
executeCommand(com.google.gwt.dom.client.LIElement clickedElement) |
com.google.gwt.dom.client.LIElement |
getLIElement(String id,
String innerText,
com.google.gwt.user.client.Command command) |
void |
onClickEvent(com.google.gwt.event.dom.client.ClickEvent event) |
void executeCommand(com.google.gwt.dom.client.LIElement clickedElement)
com.google.gwt.dom.client.LIElement getLIElement(String id, String innerText, com.google.gwt.user.client.Command command)
void enableElement(boolean toEnable)
void onClickEvent(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.