- All Superinterfaces:
PromptResult<CheckboxPrompt>
- All Known Implementing Classes:
DefaultCheckboxResult
Result of a checkbox choice. Contains a set with the IDs of the selected checkbox items.
-
Method Summary
Modifier and TypeMethodDescriptionGet the IDs of the selected items.Methods inherited from interface org.jline.prompt.PromptResult
getDisplayResult, getPrompt, getResult
-
Method Details
-
getSelectedIds
Get the IDs of the selected items.- Returns:
- the IDs of the selected items
-