Package | Description |
---|---|
com.meterware.httpunit |
Classes for testing http server systems.
|
com.meterware.httpunit.controls |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(String id)
Returns the form control which is part of this form with the specified ID.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectionFormControl
FormControl for "Select"
moved here by wf for testability and visibility
see bugreport [ 1124057 ] Out of Bounds Exception should be avoided
|
Copyright © 2012. All Rights Reserved.