public class PasswordFormInput extends TextFormInput
Here is an example of a PasswordFormInput tag:
<input type="password" name="password" size="12" />
| Constructor and Description |
|---|
PasswordFormInput()
Constructs a default PasswordFormInput object.
|
PasswordFormInput(java.lang.String name)
Constructs a PasswordFormInput object with the specified control name.
|
PasswordFormInput(java.lang.String name,
java.lang.String value)
Constructs a PasswordFormInput object with the specified control name and
initial input value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFOTag()
Returns a comment tag.
|
java.lang.String |
getTag()
Returns the tag for the password form input type.
|
getMaxLength, setMaxLengthaddVetoableChangeListener, getDirection, getLanguage, getName, getSize, getValue, removeVetoableChangeListener, setDirection, setLanguage, setName, setSize, setValue, toStringaddPropertyChangeListener, getAttributes, getAttributeString, removePropertyChangeListener, setAttributespublic PasswordFormInput()
public PasswordFormInput(java.lang.String name)
name - The control name of the input field.public PasswordFormInput(java.lang.String name,
java.lang.String value)
name - The control name of the input field.value - The initial value of the input field.public java.lang.String getFOTag()
getFOTag in interface HTMLTagElementgetFOTag in class TextFormInputpublic java.lang.String getTag()
getTag in interface HTMLTagElementgetTag in class TextFormInput