styledPrefixSelectionComboBox
inline 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.
inline fun <T> NodeContainer.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null): PrefixSelectionComboBox<T>
Add a styled PrefixSelectionComboBox to this container.
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> NodeContainer.styledPrefixSelectionComboBox(vararg styleClass: String, id: String? = null, configuration: PrefixSelectionComboBox<T>.() -> Unit): PrefixSelectionComboBox<T>
Add a styled PrefixSelectionComboBox 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.