@Templated public class ChildContextMenuItemView extends Object implements org.jboss.errai.ui.client.local.api.IsElement, ChildContextMenuItemPresenter.View
Constructor and Description |
---|
ChildContextMenuItemView() |
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable() |
void |
init(ChildContextMenuItemPresenter presenter) |
void |
pullRight() |
void |
select() |
void |
setCommand(org.uberfire.mvp.Command command) |
void |
setLabel(String label) |
public void init(ChildContextMenuItemPresenter presenter)
init
in interface HasPresenter<ChildContextMenuItemPresenter>
public void setLabel(String label)
setLabel
in interface ChildContextMenuItemPresenter.View
public void setCommand(org.uberfire.mvp.Command command)
setCommand
in interface ChildContextMenuItemPresenter.View
public void enable()
enable
in interface ChildContextMenuItemPresenter.View
public void disable()
disable
in interface ChildContextMenuItemPresenter.View
public void pullRight()
pullRight
in interface ChildContextMenuItemPresenter.View
public void select()
select
in interface ChildContextMenuItemPresenter.View
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.