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, setMaxLength
addVetoableChangeListener, getDirection, getLanguage, getName, getSize, getValue, removeVetoableChangeListener, setDirection, setLanguage, setName, setSize, setValue, toString
addPropertyChangeListener, getAttributes, getAttributeString, removePropertyChangeListener, setAttributes
public 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 HTMLTagElement
getFOTag
in class TextFormInput
public java.lang.String getTag()
getTag
in interface HTMLTagElement
getTag
in class TextFormInput