Interface ChildContextMenuItemPresenter.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ChildContextMenuItemPresenter>,org.jboss.errai.common.client.api.IsElement,org.uberfire.client.mvp.UberElement<ChildContextMenuItemPresenter>
- Enclosing class:
- ChildContextMenuItemPresenter
public static interface ChildContextMenuItemPresenter.View extends org.uberfire.client.mvp.UberElement<ChildContextMenuItemPresenter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()voidenable()voidpullRight()voidselect()voidsetCommand(org.uberfire.mvp.Command command)voidsetLabel(String label)
-
-
-
Method Detail
-
setLabel
void setLabel(String label)
-
setCommand
void setCommand(org.uberfire.mvp.Command command)
-
enable
void enable()
-
disable
void disable()
-
pullRight
void pullRight()
-
select
void select()
-
-