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