public class ChildMenuItemPresenter extends Object implements BaseMenuItemPresenter, Selectable, CanBeDisabled
| Modifier and Type | Class and Description |
|---|---|
static interface |
ChildMenuItemPresenter.View |
| Constructor and Description |
|---|
ChildMenuItemPresenter(ChildMenuItemPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable() |
ChildMenuItemPresenter.View |
getView() |
void |
init() |
void |
select() |
void |
setup(String label,
org.uberfire.mvp.Command command) |
@Inject public ChildMenuItemPresenter(ChildMenuItemPresenter.View view)
@PostConstruct public void init()
public void setup(String label, org.uberfire.mvp.Command command)
public void select()
select in interface Selectablepublic ChildMenuItemPresenter.View getView()
getView in interface BaseMenuItemPresenterpublic void enable()
enable in interface CanBeDisabledpublic void disable()
disable in interface CanBeDisabledCopyright © 2012–2018 JBoss by Red Hat. All rights reserved.