Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.meterware.httpunit.scripting
Interface Input  view Input download Input.java

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