2 declare(strict_types=1);
8 use \ILIAS\UI\Component\Component;
getEnvironment()
Get the environment.
withData($data)
Apply data to the Tree.
getRecursion()
Get the mapping-class.
isSubTree()
Is this only a part of a tree? Needed if parts are loaded async.
withHighlightOnNodeClick(bool $highlight)
Should a clicked node be highlighted?
getLabel()
Get the (aria-)label.
withIsSubTree(bool $is_sub)
Set this tree to be a part of a tree.
getHighlightOnNodeClick()
Is the tree configured to highlight a clicked node?
This describes a Tree Control.
withEnvironment($environment)
Configure the Tree with additional information that will be relayed to TreeRecursion.
Interface for mapping data-structures to the Tree.