|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.pushtotest.tool.parser.html.FormElementWrapper
com.pushtotest.tool.parser.html.HiddenElement
public class HiddenElement
A Form element that represents a hidden form element.
| Constructor Summary | |
|---|---|
HiddenElement()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getType()
The type of this element. |
java.lang.String |
getValueAsString()
The value parameter as a string. |
void |
setValueAsString(java.lang.String value)
Sets the value of this element. |
java.lang.String |
toString()
A string representation of this text element. |
| Methods inherited from class com.pushtotest.tool.parser.html.FormElementWrapper |
|---|
getId, getLabel, getName, getParentForm, isXhtml, setId, setLabel, setName, setParentForm |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HiddenElement()
| Method Detail |
|---|
public java.lang.String getType()
getType in interface FormElementgetType in class FormElementWrapperpublic java.lang.String getValueAsString()
getValueAsString in interface FormElementgetValueAsString in class FormElementWrapperpublic void setValueAsString(java.lang.String value)
setValueAsString in interface FormElementsetValueAsString in class FormElementWrappervalue - The value of the form element as a string.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||