Rich UI passwordTextField

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:

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;

Feedback