ComposableTypeSet
Defines the different types of composable views that can be used.
Each type defines which frames (left, icon, title, widget) are displayed.
Entries
A ComposableType that displays an icon (iconFrame) and a title (titleFrame).
A ComposableType that displays an icon (iconFrame), a title (titleFrame), and a switch(widgetFrame).
A ComposableType that displays a title (titleFrame) and a switch (widgetFrame).
A ComposableType that displays a checkbox (leftFrame), an icon (iconFrame), and a title (titleFrame).
A ComposableType that displays a checkbox (leftFrame), an icon (iconFrame), a title (titleFrame), and an action button (widgetFrame).
A ComposableType that displays a checkbox (leftFrame), an icon (iconFrame), a title (titleFrame), and an expander button (widgetFrame).
A ComposableType that displays a radio button (leftFrame), an icon (iconFrame), and a title (titleFrame).
A ComposableType that displays a radio button (leftFrame), an icon (iconFrame), a title (titleFrame), and an action button (widgetFrame).
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.