styledPrefixSelectionChoiceBox

fun <T> styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null): PrefixSelectionChoiceBox<T>

Create a styled PrefixSelectionChoiceBox.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


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

Add a styled PrefixSelectionChoiceBox to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


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

Create a styled PrefixSelectionChoiceBox 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.styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionChoiceBox<T>.() -> Unit): PrefixSelectionChoiceBox<T>

Add a styled PrefixSelectionChoiceBox 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.