ListItemWidget

A widget of list item.

Constructors

this
this()

Members

Functions

deselect
void deselect()

Unselects all child items. (for tree item widget).

setParent
void setParent(ListWidget )

Changes the parent list widget.

Properties

focusable
bool focusable [@property getter]
isSelected
isSelected [@property getter]

Checks if the item is selected.

selectedItems
ListItemWidget[] selectedItems [@property getter]

Selected child items. (for tree item widget).

trackable
bool trackable [@property getter]

Inherited Members

From WrapperWidget

_child
Widget _child;
Undocumented in source.
children
Widget[] children [@property getter]
child
T child [@property getter]

Child widget that is wrapped.

setChild
Widget setChild(Widget child)

Changes the child widget.

removeChild
void removeChild()

Removes the child widget.

DisableModifyChild
template DisableModifyChild()
Undocumented in source.
trackable
bool trackable [@property getter]
focusable
bool focusable [@property getter]

Meta