treeView
Add a TreeView to this container.
Return
the control added.
inline fun <T> treeView(root: TreeItem<T>? = null, configuration: TreeView<T>.() -> Unit): TreeView<T>
Create a TreeView with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun <T> NodeContainer.treeView(root: TreeItem<T>? = null, configuration: TreeView<T>.() -> Unit): TreeView<T>
Add a TreeView with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.