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