styledJFXToggleButton

fun styledJFXToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton

Create a styled JFXToggleButton.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton
fun ToggleButtonManager.styledJFXToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton

Add a styled JFXToggleButton to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledJFXToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton

Create a styled JFXToggleButton 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.styledJFXToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton
inline fun ToggleButtonManager.styledJFXToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton

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