public interface Input extends IdentifiedDelegate, NamedDelegate
Modifier and Type | Method and Description |
---|---|
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
|
getID
getName
java.lang.Object get(java.lang.String propertyName)
void set(java.lang.String propertyName, java.lang.Object value)
propertyName
- value
- void setAttribute(java.lang.String attributeName, java.lang.Object value)
attributeName
- value
- void removeAttribute(java.lang.String attributeName)
attributeName
- void click() throws java.io.IOException, org.xml.sax.SAXException
java.io.IOException
org.xml.sax.SAXException
void sendOnChangeEvent()