Interface MenuItemView
-
- All Known Implementing Classes:
MenuItemViewImpl
public interface MenuItemView
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMenuItemView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.LIElementgetLabelMenuElement()This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menuvoidsetDataI18nKey(String dataI18nKey)voidsetId(String id)voidsetLabel(String label)voidsetPresenter(MenuItemPresenter menuItemPresenter)
-
-
-
Method Detail
-
setPresenter
void setPresenter(MenuItemPresenter menuItemPresenter)
-
setId
void setId(String id)
-
setDataI18nKey
void setDataI18nKey(String dataI18nKey)
-
setLabel
void setLabel(String label)
-
getLabelMenuElement
com.google.gwt.dom.client.LIElement getLabelMenuElement()
This method retrieve a LABEL element (i.e. without behaviour) to be put inside the menu- Returns:
-
-