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