styledJFXHamburger

fun styledJFXHamburger(vararg styleClass: String, id: String? = null): JFXHamburger

Create a styled JFXHamburger.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledJFXHamburger(vararg styleClass: String, id: String? = null): JFXHamburger

Add a styled JFXHamburger to this manager.

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 NodeManager.styledJFXHamburger(vararg styleClass: String, id: String? = null, configuration: JFXHamburger.() -> Unit): JFXHamburger

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