jfxPasswordField
Add a JFXPasswordField to this container.
Return
the control added.
Create a JFXPasswordField with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.jfxPasswordField(configuration: JFXPasswordField.() -> Unit): JFXPasswordField
Add a JFXPasswordField with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.