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 HasChildren
public GroupContextMenuItemPresenter.View getView()
getView
in interface BaseMenuItemPresenter
public void enable()
enable
in interface CanBeDisabled
public void disable()
disable
in interface CanBeDisabled
public void pullRight()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.