List Items
Parent class of various list item classes that can have an icon and a progression symbol. | |
List item that shows a piece of text. | |
Divider to break up list items into groups. | |
A list item with no contents. The Empty class can be used for generic list items containing other components such as buttons. It is selectable and can take mouse clicks. It will attempt to detect if a thin dividing line at the bottom of the item is suitable, but this behaviour can be overridden (using showDivider). For specific types of list items, see its subclasses. | |
Header for grouping list items together | |
ListItem displaying either a single selected value or expanded multiple choice with an optional image and subtext when not expanded, when expanding it opens a listing of all the possible values for selection with an additional option of always being expanded. If multiple choice is selected the list is expanded automatically. | |
List item displaying multiple values. This component is under heavy development. | |
A list item containing a single control | |
A list item displaying a single value | |
The standard list item class. It shows a basic list item with a label (text), and optionally an icon, a progression arrow, and it can have an embedded Item (control) that can be used for including Buttons, Switches etc. inside the list item. | |
List item displaying a second string under the main label. This component is under heavy development. | |
Narrow line used as a divider between ListItems. | |
List item displaying single selected value when not expanded, where expanding it opens a listing of all the possible values for selection. |