|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.util.html.HTMLTagAttributes
com.ibm.as400.util.html.FormInput
com.ibm.as400.util.html.TextFormInput
com.ibm.as400.util.html.PasswordFormInput
public class PasswordFormInput extends TextFormInput
The PasswordFormInput class represents a password input field type in an HTML form. The trailing slash "/" on the PasswordFormInput tag allows it to conform to the XHTML specification.
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(String name)
Constructs a PasswordFormInput object with the specified control name. |
PasswordFormInput(String name,
String value)
Constructs a PasswordFormInput object with the specified control name and initial input value. |
| Modifier and Type | Method and Description |
|---|---|
String |
getFOTag()
Returns a comment tag. |
String |
getTag()
Returns the tag for the password form input type. |
| Methods inherited from class com.ibm.as400.util.html.TextFormInput |
|---|
getMaxLength, setMaxLength |
| Methods inherited from class com.ibm.as400.util.html.FormInput |
|---|
addVetoableChangeListener, getDirection, getLanguage, getName, getSize, getValue, removeVetoableChangeListener, setDirection, setLanguage, setName, setSize, setValue, toString |
| Methods inherited from class com.ibm.as400.util.html.HTMLTagAttributes |
|---|
addPropertyChangeListener, getAttributes, getAttributeString, removePropertyChangeListener, setAttributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordFormInput()
public PasswordFormInput(String name)
name - The control name of the input field.
public PasswordFormInput(String name,
String value)
name - The control name of the input field.value - The initial value of the input field.| Method Detail |
|---|
public String getFOTag()
getFOTag in interface HTMLTagElementgetFOTag in class TextFormInputpublic String getTag()
getTag in interface HTMLTagElementgetTag in class TextFormInput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||