|
|||||||||||
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.ResetFormInput
The ResetFormInput class represents a reset button input type in an HTML form. The trailing slash "/" on the ResetFormInput tag allows it to conform to the XHTML specification.
Here is an example of a ResetFormInput tag:
<input type="reset" value="Reset" />
Constructor Summary | |
---|---|
ResetFormInput()
Constructs a default ResetFormInput object. |
|
ResetFormInput(String name)
Constructs a ResetFormInput object with the specified control name. |
|
ResetFormInput(String name,
String value)
Constructs a ResetFormInput object with the specified control name and initial input value. |
Method Summary | |
---|---|
String |
getFOTag()
Returns a comment tag. |
String |
getTag()
Returns the tag for the reset form input type. |
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 ResetFormInput()
public ResetFormInput(String name)
name
- The control name of the input field.public ResetFormInput(String name, String value)
name
- The control name of the input field.value
- The input value used when the field is submitted.Method Detail |
public String getFOTag()
public String getTag()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |