styledPrefixSelectionChoiceBox
inline 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.
inline fun <T> NodeContainer.styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null): PrefixSelectionChoiceBox<T>
Add a styled PrefixSelectionChoiceBox to this container.
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> NodeContainer.styledPrefixSelectionChoiceBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionChoiceBox<T>.() -> Unit): PrefixSelectionChoiceBox<T>
Add a styled PrefixSelectionChoiceBox with configuration block to this container.
Return
the styled control added.
Parameters
styleClass
the CSS style class.
id
the CSS id.
configuration
the configuration block.