public static interface HasListSelectorControl.ListSelectorTextItem extends HasListSelectorControl.ListSelectorItem
Modifier and Type | Method and Description |
---|---|
static HasListSelectorControl.ListSelectorTextItem |
build(String text,
boolean isEnabled,
org.uberfire.mvp.Command command) |
org.uberfire.mvp.Command |
getCommand() |
String |
getText() |
boolean |
isEnabled() |
String getText()
boolean isEnabled()
org.uberfire.mvp.Command getCommand()
static HasListSelectorControl.ListSelectorTextItem build(String text, boolean isEnabled, org.uberfire.mvp.Command command)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.