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