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