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