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