styledPlusMinusSlider

fun styledPlusMinusSlider(vararg styleClass: String, id: String? = null): PlusMinusSlider

Create a styled PlusMinusSlider.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledPlusMinusSlider(vararg styleClass: String, id: String? = null): PlusMinusSlider

Add a styled PlusMinusSlider to this manager.

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 NodeManager.styledPlusMinusSlider(vararg styleClass: String, id: String? = null, configuration: PlusMinusSlider.() -> Unit): PlusMinusSlider

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