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