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