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