com.meterware.httpunit

Class WebForm.Scriptable

public class WebForm.Scriptable extends HTMLElementScriptable implements NamedDelegate

Method Summary
Objectget(String propertyName)
StringgetAction()
ScriptableDelegate[]getElementDelegates()
ScriptableDelegate[]getElementsByTagName(String name)
StringgetName()
voidreset()
voidset(String propertyName, Object value)
Sets the value of the named property.
voidsetAction(String newAction)
voidsetParameterValue(String name, String value)
voidsubmit()

Method Detail

get

public Object get(String propertyName)

getAction

public String getAction()

getElementDelegates

public ScriptableDelegate[] getElementDelegates()

getElementsByTagName

public ScriptableDelegate[] getElementsByTagName(String name)

getName

public String getName()

reset

public void reset()

set

public void set(String propertyName, Object value)
Sets the value of the named property. Will throw a runtime exception if the property does not exist or cannot accept the specified value.

setAction

public void setAction(String newAction)

setParameterValue

public void setParameterValue(String name, String value)

submit

public void submit()