styledJfxToggleButton

inline 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.


inline fun NodeContainer.styledJfxToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton
inline fun ToggleButtonContainer.styledJfxToggleButton(vararg styleClass: String, id: String? = null): JFXToggleButton

Add a styled JFXToggleButton to this container.

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 NodeContainer.styledJfxToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton
inline fun ToggleButtonContainer.styledJfxToggleButton(vararg styleClass: String, id: String? = null, configuration: JFXToggleButton.() -> Unit): JFXToggleButton

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