|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for scriptable delegates which represent form controls.
Method Summary | |
void |
click()
simulate a click |
java.lang.Object |
get(java.lang.String propertyName)
|
void |
removeAttribute(java.lang.String attributeName)
remove the given attribute |
void |
sendOnChangeEvent()
fire a on change event |
void |
set(java.lang.String propertyName,
java.lang.Object value)
set the given property to the given value |
void |
setAttribute(java.lang.String attributeName,
java.lang.Object value)
set the given attribute to the given value |
Methods inherited from interface com.meterware.httpunit.scripting.IdentifiedDelegate |
getID |
Methods inherited from interface com.meterware.httpunit.scripting.NamedDelegate |
getName |
Method Detail |
public java.lang.Object get(java.lang.String propertyName)
public void set(java.lang.String propertyName, java.lang.Object value)
propertyName
- value
- public void setAttribute(java.lang.String attributeName, java.lang.Object value)
attributeName
- value
- public void removeAttribute(java.lang.String attributeName)
attributeName
- public void click() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
public void sendOnChangeEvent()
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |