public static interface MenuItemView.Presenter
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LIElement |
getLabelMenuElement(String id,
String innerText)
This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menu
|
void |
onClickEvent(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onEnableElement(boolean toEnable) |
com.google.gwt.dom.client.LIElement getLabelMenuElement(String id, String innerText)
id
- innerText
- void onEnableElement(boolean toEnable)
void onClickEvent(com.google.gwt.event.dom.client.ClickEvent event)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.