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