OptionSheet
The OptionSheet lets you display a grid or list of options.
Constructors
Types
Functions
Build OptionSheet and show it later.
Set the nax amount of columns in DisplayMode.GRID_VERTICAL and DisplayMode.GRID_HORIZONTAL.
Display buttons and require a positive button click.
Set display mode.
Display the hints for allowed minimum and maximum amount of choices and the amount of selected options.
Set the maximum amount of (enabled) choices.
A strict limit for the maximum amount of choices will prevent the user to select more than allowed.
Set the minimum amount of (enabled) choices.
Show buttons and require a positive button click.
Set the OptionListener.
Set the text of the positive button and set the OptionListener.
Set the text and icon of the positive button and set the OptionListener.
Set the OptionListener.
Set the text of the positive button and set the OptionListener.
Set the text and icon of the positive button and set the OptionListener.
Sheets applies by default a one-colored tint on the various option drawables. You can prevent this behavior in order to keep the original colors of the drawables. You can override this global settings on per-option basis through the Option class.
Build and show OptionSheet directly.
Add MenuItems from a Menu as options.
Add an option.
Add multiple options.
Add multiple options as a MutableList