Uses of Class
com.meterware.httpunit.WebForm

Packages that use WebForm
com.meterware.httpunit Classes for testing http server systems. 
com.meterware.httpunit.controls   
 

Uses of WebForm in com.meterware.httpunit
 

Methods in com.meterware.httpunit that return WebForm
 WebForm HTMLSegment.getFirstMatchingForm(HTMLElementPredicate predicate, java.lang.Object value)
          Returns the first form found in the page matching the specified criteria.
 WebForm ParsedHTML.getFirstMatchingForm(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns the first link found in the page matching the specified criteria.
 WebForm WebResponse.getFirstMatchingForm(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns the first form found in the page matching the specified criteria.
protected  WebForm FormControl.getForm()
           
 WebForm[] HTMLSegment.getForms()
          Returns the forms found in this HTML segment in the order in which they appear.
 WebForm[] ParsedHTML.getForms()
          Returns the forms found in the page in the order in which they appear.
 WebForm[] WebResponse.getForms()
          Returns the forms found in the page in the order in which they appear.
 WebForm HTMLSegment.getFormWithID(java.lang.String ID)
          Returns the form found in this HTML segment with the specified ID.
 WebForm ParsedHTML.getFormWithID(java.lang.String id)
          Returns the form found in the page with the specified ID.
 WebForm WebResponse.getFormWithID(java.lang.String ID)
          Returns the form found in the page with the specified ID.
 WebForm HTMLSegment.getFormWithName(java.lang.String name)
          Returns the form found in this HTML segment with the specified name.
 WebForm ParsedHTML.getFormWithName(java.lang.String name)
          Returns the form found in the page with the specified name.
 WebForm WebResponse.getFormWithName(java.lang.String name)
          Returns the form found in the page with the specified name.
 WebForm[] HTMLSegment.getMatchingForms(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns all forms found in the page matching the specified criteria.
 WebForm[] ParsedHTML.getMatchingForms(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns all links found in the page matching the specified criteria.
 WebForm[] WebResponse.getMatchingForms(HTMLElementPredicate predicate, java.lang.Object criteria)
          Returns all forms found in the page matching the specified criteria.
 

Constructors in com.meterware.httpunit with parameters of type WebForm
FormControl(WebForm form, HTMLControl control)
          initialize the given form control from a Webform and a HTMLControl
MessageBodyWebRequest(WebForm sourceForm)
          Constructs a web request for a form submitted via script.
MessageBodyWebRequest(WebForm sourceForm, com.meterware.httpunit.ParameterHolder parameterHolder, SubmitButton button, int x, int y)
          Constructs a web request for a form submitted via a button.
RadioButtonFormControl(WebForm form, HTMLInputElementImpl element)
           
RadioGroupFormControl(WebForm form)
          construct Radiobuttons for a form
WebRequest(WebForm sourceForm, com.meterware.httpunit.ParameterHolder parameterHolder, SubmitButton button, int x, int y)
          Constructs a web request from a form.
 

Uses of WebForm in com.meterware.httpunit.controls
 

Constructors in com.meterware.httpunit.controls with parameters of type WebForm
SelectionFormControl(WebForm form, HTMLSelectElementImpl element)
           
 



Copyright © 2011. All Rights Reserved.