Uses of Class
com.meterware.httpunit.scripting.ScriptableDelegate

Packages that use ScriptableDelegate
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.controls   
com.meterware.httpunit.dom   
com.meterware.httpunit.scripting   
 

Uses of ScriptableDelegate in com.meterware.httpunit
 

Subclasses of ScriptableDelegate in com.meterware.httpunit
 class FormControl.Scriptable
          implementation of Scriptable input elements
 class HTMLPage.Scriptable
          scriptable for HTML Page
 class WebForm.Scriptable
           
 class WebImage.Scriptable
           
 class WebLink.Scriptable
           
 class WebResponse.Scriptable
           
 

Methods in com.meterware.httpunit that return ScriptableDelegate
 ScriptableDelegate[] WebForm.Scriptable.getElementDelegates()
           
 ScriptableDelegate[] HTMLPage.Scriptable.getElementsByName(java.lang.String name)
           
 ScriptableDelegate[] WebForm.Scriptable.getElementsByTagName(java.lang.String name)
           
 ScriptableDelegate[] HTMLPage.Scriptable.getElementsByTagName(java.lang.String name)
           
 ScriptableDelegate HTMLPage.Scriptable.getElementWithID(java.lang.String id)
           
 ScriptableDelegate HTMLElement.getParentDelegate()
          Returns the scriptable delegate which can provide the scriptable delegate for this element.
 ScriptableDelegate WebApplet.getParentDelegate()
           
 ScriptableDelegate WebList.getParentDelegate()
           
 ScriptableDelegate TableRow.getParentDelegate()
           
 ScriptableDelegate BlockElement.getParentDelegate()
           
 ScriptableDelegate WebTable.getParentDelegate()
           
 ScriptableDelegate WebRequestSource.getParentDelegate()
           
 ScriptableDelegate Button.getParentDelegate()
           
 ScriptableDelegate FormControl.getParentDelegate()
           
static ScriptableDelegate WebResponse.newDelegate(java.lang.String delegateClassName)
           
 ScriptableDelegate HTMLElement.newScriptable()
           
 ScriptableDelegate WebApplet.newScriptable()
           
 ScriptableDelegate WebList.newScriptable()
           
 ScriptableDelegate TableRow.newScriptable()
           
 ScriptableDelegate BlockElement.newScriptable()
           
 ScriptableDelegate WebTable.newScriptable()
           
 ScriptableDelegate WebForm.newScriptable()
           
 ScriptableDelegate WebLink.newScriptable()
           
 ScriptableDelegate WebImage.newScriptable()
           
 ScriptableDelegate Button.newScriptable()
           
 ScriptableDelegate FormControl.newScriptable()
          Creates and returns a scriptable object for this control.
 

Uses of ScriptableDelegate in com.meterware.httpunit.controls
 

Subclasses of ScriptableDelegate in com.meterware.httpunit.controls
static class SelectionFormControl.Option
           
 class SelectionFormControl.Options
           
 

Methods in com.meterware.httpunit.controls that return ScriptableDelegate
 ScriptableDelegate SelectionFormControl.newScriptable()
           
 

Uses of ScriptableDelegate in com.meterware.httpunit.dom
 

Methods in com.meterware.httpunit.dom with parameters of type ScriptableDelegate
 ScriptingEngine AbstractDomComponent.newScriptingEngine(ScriptableDelegate child)
           
 

Uses of ScriptableDelegate in com.meterware.httpunit.scripting
 

Methods in com.meterware.httpunit.scripting that return ScriptableDelegate
protected  ScriptableDelegate[] ScriptableDelegate.getDelegates(HTMLElement[] elements)
           
 

Methods in com.meterware.httpunit.scripting with parameters of type ScriptableDelegate
 ScriptingEngine ScriptableDelegate.getScriptEngine(ScriptableDelegate child)
           
 ScriptingEngine ScriptingEngine.newScriptingEngine(ScriptableDelegate child)
          Returns a new scripting engine for the specified delegate.
 



Copyright © 2011. All Rights Reserved.