Interface HasListSelectorControl.ListSelectorTextItem
-
- All Superinterfaces:
HasListSelectorControl.ListSelectorItem
- Enclosing interface:
- HasListSelectorControl
public static interface HasListSelectorControl.ListSelectorTextItem extends HasListSelectorControl.ListSelectorItem
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static HasListSelectorControl.ListSelectorTextItembuild(String text, boolean isEnabled, org.uberfire.mvp.Command command)org.uberfire.mvp.CommandgetCommand()StringgetText()booleanisEnabled()
-
-
-
Method Detail
-
getText
String getText()
-
isEnabled
boolean isEnabled()
-
getCommand
org.uberfire.mvp.Command getCommand()
-
build
static HasListSelectorControl.ListSelectorTextItem build(String text, boolean isEnabled, org.uberfire.mvp.Command command)
-
-