Specifies whether the edit control is being used for password input and must conceal its value.
public void setPassword( boolean value )
value
Set to true if the control is used to enter passwords; otherwise, set to false.
Password controls must be single line. If this is set to true, the Multiline property becomes false.
See Also getPassword