WidgetType

Determines which type of selector widget will be used for the TriState option, default is SIDE_BY_SIDE

Author

fzzyhmstrs

Since

0.6.5

Entries

Link copied to clipboard

Three sub-widgets arranged side-by-side TriState.TRUE then TriState.DEFAULT then TriState.FALSE, represented by a green check widget, a blank widget, and a red X widget respectively.

Link copied to clipboard

A traditional MC cycling button widget, looping through the tri-state; TriState.DEFAULT then TriState.TRUE then TriState.FALSE etc., starting on the state set as the default value.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.