|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ scripting overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.meterware.httpunit.scripting
Interface Input

- All Superinterfaces:
- IdentifiedDelegate, NamedDelegate
- public interface Input
- extends IdentifiedDelegate, NamedDelegate
An interface for scriptable delegates which represent form controls.
| Method Summary | |
void |
click()
|
java.lang.Object |
get(java.lang.String propertyName)
|
void |
set(java.lang.String propertyName,
java.lang.Object value)
|
| Methods inherited from interface com.meterware.httpunit.scripting.IdentifiedDelegate |
getID |
| Methods inherited from interface com.meterware.httpunit.scripting.NamedDelegate |
getName |
| Method Detail |
get
public java.lang.Object get(java.lang.String propertyName)
set
public void set(java.lang.String propertyName, java.lang.Object value)
click
public void click()
throws java.io.IOException,
org.xml.sax.SAXException
|
|||||||||
| Home >> All >> com >> meterware >> httpunit >> [ scripting overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC