styledMaskerPane

fun styledMaskerPane(vararg styleClass: String, id: String? = null): MaskerPane

Create a styled MaskerPane.

Return

the styled control created.

Parameters

styleClass

the CSS style class.

id

the CSS id.


fun NodeManager.styledMaskerPane(vararg styleClass: String, id: String? = null): MaskerPane

Add a styled MaskerPane to this manager.

Return

the styled control added.

Parameters

styleClass

the CSS style class.

id

the CSS id.


inline fun styledMaskerPane(vararg styleClass: String, id: String? = null, configuration: MaskerPane.() -> Unit): MaskerPane

Create a styled MaskerPane 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.styledMaskerPane(vararg styleClass: String, id: String? = null, configuration: MaskerPane.() -> Unit): MaskerPane

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