Interface ExecutableMenuItemView
-
- All Known Implementing Classes:
ExecutableMenuItemViewImpl
public interface ExecutableMenuItemView
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceExecutableMenuItemView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.LIElementgetLExecutableMenuElement()This method retrieve an EXECUTABLE element (i.e. with a behaviour) to be put inside the menuvoidsetDataI18nKey(String dataI18nKey)voidsetId(String id)voidsetLabel(String label)voidsetPresenter(ExecutableMenuItemPresenter executableMenuItemPresenter)
-
-
-
Method Detail
-
setPresenter
void setPresenter(ExecutableMenuItemPresenter executableMenuItemPresenter)
-
setId
void setId(String id)
-
setDataI18nKey
void setDataI18nKey(String dataI18nKey)
-
setLabel
void setLabel(String label)
-
getLExecutableMenuElement
com.google.gwt.dom.client.LIElement getLExecutableMenuElement()
This method retrieve an EXECUTABLE element (i.e. with a behaviour) to be put inside the menu- Returns:
-
-