Interface DialogListType
- All Superinterfaces:
DialogType
Represents a dialog that displays a list of dialogs.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA builder for creating a dialog list type. -
Method Summary
Modifier and TypeMethodDescription@org.jetbrains.annotations.Range(from=1L, to=1024L) intReturns the width of each button in the dialog list.@org.checkerframework.checker.index.qual.Positive intcolumns()Returns the number of columns to display in the dialog list.dialogs()Returns the set of dialogs to display in the dialog list.Returns the action button to exit the dialog, or null if there is no exit action.
-
Method Details
-
dialogs
Returns the set of dialogs to display in the dialog list.- Returns:
- the set of dialogs
-
exitAction
Returns the action button to exit the dialog, or null if there is no exit action.- Returns:
- the exit action button, or null
-
columns
Returns the number of columns to display in the dialog list.- Returns:
- the number of columns
-
buttonWidth
Returns the width of each button in the dialog list.- Returns:
- the width of the buttons
-