styledPrefixSelectionComboBox

fun <T> styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null): PrefixSelectionComboBox<T>

Create a styled PrefixSelectionComboBox.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun <T> NodeManager.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null): PrefixSelectionComboBox<T>

Add a styled PrefixSelectionComboBox to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun <T> styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Create a styled PrefixSelectionComboBox with configuration block.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.


inline fun <T> NodeManager.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>

Add a styled PrefixSelectionComboBox with configuration block to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.

configuration

the configuration block.