prefixSelectionComboBox

fun <T> NodeManager.prefixSelectionComboBox(): PrefixSelectionComboBox<T>

Add a PrefixSelectionComboBox to this manager.

Return

the control added.


inline fun <T> prefixSelectionComboBox(configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Create a PrefixSelectionComboBox with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun <T> NodeManager.prefixSelectionComboBox(configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Add a PrefixSelectionComboBox with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.