Interface SingleOptionDialogInput
- All Superinterfaces:
DialogInput
A single option dialog input.
Created via DialogInput.singleOption(String, int, List, Component, boolean)
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for creating aSingleOptionDialogInput.static interfaceRepresents a single option entry in a single option dialog input. -
Method Summary
Methods inherited from interface DialogInput
key
-
Method Details
-
width
-
entries
The list of options for the input.- Returns:
- the list of option entries
-
label
-
labelVisible
-