Uses of Class
com.meterware.httpunit.FormControl

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

Uses of FormControl in com.meterware.httpunit
 

Subclasses of FormControl in com.meterware.httpunit
 class Button
          A button in a form.
 class RadioButtonFormControl
           
 class RadioGroupFormControl
          Radio button control
 class ResetButton
          Represents a form 'reset' button.
 class SubmitButton
          This class represents a submit button in an HTML form.
 

Methods in com.meterware.httpunit that return FormControl
 FormControl FormParameter.getControl()
          get the control for this form Parameter (assuming it has only one as for a text control
 FormControl[] FormParameter.getControls()
          get the controls for this form Parameter
 FormControl WebForm.getControlWithID(java.lang.String id)
          Returns the form control which is part of this form with the specified ID.
 

Uses of FormControl in com.meterware.httpunit.controls
 

Subclasses of FormControl in com.meterware.httpunit.controls
 class SelectionFormControl
          FormControl for "Select" moved here by wf for testability and visibility see bugreport [ 1124057 ] Out of Bounds Exception should be avoided
 



Copyright © 2011. All Rights Reserved.