Package org.jline.consoleui.prompt
Class ListResult
java.lang.Object
org.jline.consoleui.prompt.ListResult
- All Implemented Interfaces:
PromptResultItemIF
Result of a list choice. Holds the id of the selected item.
-
Constructor Details
-
ListResult
Default constructor.- Parameters:
selectedId- id of selected item.
-
-
Method Details
-
getSelectedId
-
getResult
- Specified by:
getResultin interfacePromptResultItemIF
-
toString
-