|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
This describes a Tree Control. More...
Inheritance diagram for ILIAS\UI\Component\Tree\Expandable:
Collaboration diagram for ILIAS\UI\Component\Tree\Expandable:Additional Inherited Members | |
Public Member Functions inherited from ILIAS\UI\Component\Tree\Tree | |
| withEnvironment ($environment) | |
| Configure the Tree with additional information that will be relayed to TreeRecursion. More... | |
| getLabel () | |
| Get the (aria-)label. More... | |
| withData ($data) | |
| Apply data to the Tree. More... | |
| getEnvironment () | |
| Get the environment. More... | |
| getData () | |
| Get the data. More... | |
| getRecursion () | |
| Get the mapping-class. More... | |
| withHighlightOnNodeClick (bool $highlight) | |
| Should a clicked node be highlighted? More... | |
| getHighlightOnNodeClick () | |
| Is the tree configured to highlight a clicked node? More... | |
| isSubTree () | |
| Is this only a part of a tree? Needed if parts are loaded async. More... | |
| withIsSubTree (bool $is_sub) | |
| Set this tree to be a part of a tree. More... | |
Public Member Functions inherited from ILIAS\UI\Component\Component | |
| getCanonicalName () | |
| Get the canonical name of the component. More... | |
| reduceWith (\Closure $fn) | |
| The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
Public Member Functions inherited from ILIAS\UI\Component\JavaScriptBindable | |
| withOnLoadCode (Closure $binder) | |
| withAdditionalOnLoadCode (Closure $binder) | |
| Add some onload-code to the component instead of replacing the existing one. More... | |
| getOnLoadCode () | |
| Get the currently bound on load code. More... | |
This describes a Tree Control.
Definition at line 28 of file Expandable.php.