A Rich UI passwordTextField widget defines an input text
field whose value is displayed as bullets, as appropriate for accepting
a password.
The following fields are supported:
- 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.
The following function is supported:
- select causes the widget to receive
focus and, on most browsers, selects the text. The function has no
parameters.
Other supported fields and functions are described in the following
topics in the EGL Programmer’s Guide: “Rich UI widget fields” and
”Rich UI widget functions.”
Use of this widget requires the following statement:
import org.eclipse.edt.rui.widgets.PasswordTextField;