List Items

Base

Parent class of various list item classes that can have an icon and a progression symbol.

Caption

List item that shows a piece of text.

Divider

Divider to break up list items into groups.

Empty

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

Header for grouping list items together

ItemSelector

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.

MultiValue

List item displaying multiple values. This component is under heavy development.

SingleControl

A list item containing a single control

SingleValue

A list item displaying a single value

Standard

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.

Subtitled

List item displaying a second string under the main label. This component is under heavy development.

ThinDivider

Narrow line used as a divider between ListItems.

ValueSelector

List item displaying single selected value when not expanded, where expanding it opens a listing of all the possible values for selection.