Interface IconMenuItemPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<IconMenuItemPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<IconMenuItemPresenter>
- Enclosing class:
- IconMenuItemPresenter
public static interface IconMenuItemPresenter.View extends org.uberfire.client.mvp.UberElement<IconMenuItemPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()voidenable()voidselect()voidsetCommand(org.uberfire.mvp.Command command)voidsetIconClass(String iconClass)voidsetLabel(String label)
-