public class GroupContextMenuItemPresenter extends Object implements BaseMenuItemPresenter, HasChildren, CanBeDisabled
| Modifier and Type | Class and Description |
|---|---|
static interface |
GroupContextMenuItemPresenter.View |
| Constructor and Description |
|---|
GroupContextMenuItemPresenter(GroupContextMenuItemPresenter.View view) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(org.jboss.errai.common.client.api.IsElement item) |
void |
disable() |
void |
enable() |
GroupContextMenuItemPresenter.View |
getView() |
void |
init() |
void |
pullRight() |
void |
setup(String label) |
@Inject public GroupContextMenuItemPresenter(GroupContextMenuItemPresenter.View view)
@PostConstruct public void init()
public void setup(String label)
public void addChild(org.jboss.errai.common.client.api.IsElement item)
addChild in interface HasChildrenpublic GroupContextMenuItemPresenter.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.