TreeListItemWidget

A widget of tree list item.

Constructors

this
this()

Members

Classes

ContentsWidget
class ContentsWidget
Undocumented in source.
CustomPanelWidget
class CustomPanelWidget
Undocumented in source.
TreeListWidget
class TreeListWidget
Undocumented in source.

Functions

close
void close()

Closes and hides the children list.

deselect
void deselect()
open
void open()

Expands and reveals the children list.

setParent
void setParent(ListWidget w)

Mixins

__anonymous
mixin DisableModifyChild
Undocumented in source.

Properties

contents
contents [@property getter]

Contents panel of the tree item.

list
list [@property getter]

Children list of the tree item.

opened
opened [@property getter]

Whether the tree item is expanded.

selectedItems
ListItemWidget[] selectedItems [@property getter]

Variables

_childList
TreeListWidget _childList;
Undocumented in source.
_contents
ContentsWidget _contents;
Undocumented in source.
_opened
bool _opened;
Undocumented in source.
_parent
ListWidget _parent;
Undocumented in source.

Inherited Members

From ListItemWidget

isSelected
isSelected [@property getter]

Checks if the item is selected.

selectedItems
ListItemWidget[] selectedItems [@property getter]

Selected child items. (for tree item widget).

setParent
void setParent(ListWidget )

Changes the parent list widget.

deselect
void deselect()

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

trackable
bool trackable [@property getter]
focusable
bool focusable [@property getter]

Meta