styledSegmentedButton

fun styledSegmentedButton(vararg styleClass: String, id: String? = null): SegmentedButton

Create a styled SegmentedButton.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledSegmentedButton(vararg styleClass: String, id: String? = null): SegmentedButton

Add a styled SegmentedButton to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledSegmentedButton(vararg styleClass: String, id: String? = null, configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

Create a styled SegmentedButton 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.styledSegmentedButton(vararg styleClass: String, id: String? = null, configuration: KtfxSegmentedButton.() -> Unit): SegmentedButton

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