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.

Author:
Russell Gold

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
Throws:
java.io.IOException
org.xml.sax.SAXException

Copyright © 2000-2006 Russell Gold. See license agreement for rights granted.