public static interface ChildMenuItemPresenter.View extends UberElement<ChildMenuItemPresenter>
Modifier and Type | Method and Description |
---|---|
void |
disable() |
void |
enable() |
void |
select() |
void |
setCommand(org.uberfire.mvp.Command command) |
void |
setLabel(String label) |
void |
setVisible(boolean visible) |
init
void setLabel(String label)
void setCommand(org.uberfire.mvp.Command command)
void enable()
void disable()
void select()
void setVisible(boolean visible)
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.