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 following properties are supported:
The following function is supported:

Other supported properties and functions are described in “Widget properties and functions.”

Use of this widget requires the following statement:
import com.ibm.egl.rui.widgets.PasswordTextField;

Feedback