A Rich UI passwordTextField widget defines an input text
field whose value is displayed as bullets, as appropriate for accepting
a password.
The passwordTextField widget supports these properties:
- text, which holds a string for display
in the text field
- readOnly, which holds a Boolean that
indicates whether the text field is read only. The default is false,
which means that the text field can accept user input.
For information about other supported properties and functions,
see "Widget properties and functions."
If you use this widget, you must use the following statement:
import com.ibm.egl.rui.widgets.PasswordTextField;