Ubuntu.Components.ListItems
Elements
- 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.
- Expandable
- An expandable list item with no contents. The Expandable class can be used for generic list items containing other components such as buttons. It subclasses Empty and thus brings all that functionality, but additionally provides means to expand and col...
- ExpandablesColumn
- A column to be used together with the Expandable item. This lays out its content just like a regular Column inside a Flickable but when used together with items of type Expandable it provides additional features like automatically positioning the expan...
- 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 ex...
- MultiValue
- List item displaying multiple values.
- 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.
- 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.