Expand description
Tree widget allows you to create views for hierarchical data. See Tree
docs for more info
and usage examples.
Structs§
- Selection
State - Opaque selection state of a tree.
- Tree
- Tree widget allows you to create views for hierarchical data. It could be used to show file system entries, graphs, and anything else that could be represented as a tree.
- Tree
Builder - Tree builder creates
Tree
widget instances and adds them to the user interface. - Tree
Root - Tree root is special widget that handles the entire hierarchy of descendant
Tree
widgets. Its main purpose is to handle selection of descendantTree
widgets. Tree root cannot have a content and it only could have children tree items. See docs forTree
for usage examples. - Tree
Root Builder - Tree root builder creates
TreeRoot
instances and adds them to the user interface.
Enums§
- Tree
Expansion Strategy - Expansion strategy for a hierarchical structure.
- Tree
Message - A set of messages, that could be used to alternate the state of a
Tree
widget. - Tree
Root Message - A set of messages, that could be used to alternate the state of a
TreeRoot
widget.