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