Class Password


public final class Password extends MaxSizable
Encapsulates a password field.
  • Constructor Details

    • Password

      public Password(String name)
      Creates a new password element with the initial value set to an empty string.
    • Password

      public Password(String name, String initialValue)
      Creates a new password element with the specified initial value. Note, in most cases the intial value should be and will be an empty string. If the specified value is null, then the initial value is set to "" (the empty string).
  • Method Details