Interface ChoiceItemIF
-
- All Superinterfaces:
ConsoleUIItemIF
,ListItemIF
- All Known Implementing Classes:
ChoiceItem
,Separator
public interface ChoiceItemIF extends ConsoleUIItemIF, ListItemIF
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default java.lang.Character
getKey()
default boolean
isDefaultChoice()
-
Methods inherited from interface org.jline.consoleui.elements.items.ConsoleUIItemIF
getDisabledText, getName, getText, isDisabled, isSelectable
-
-