checkTreeView

fun <T> NodeManager.checkTreeView(root: CheckBoxTreeItem<T>? = null): CheckTreeView<T>

Add a CheckTreeView to this manager.

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> NodeManager.checkTreeView(root: CheckBoxTreeItem<T>? = null, configuration: CheckTreeView<T>.() -> Unit): CheckTreeView<T>

Add a CheckTreeView with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.