|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Button | |
---|---|
com.meterware.httpunit | Classes for testing http server systems. |
Uses of Button in com.meterware.httpunit |
---|
Subclasses of Button in com.meterware.httpunit | |
---|---|
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 Button | |
---|---|
Button |
WebForm.getButton(HTMLElementPredicate predicate,
java.lang.Object criteria)
|
Button[] |
WebForm.getButtons()
Returns an array containing all of the buttons defined for this form. |
Button |
WebForm.getButtonWithID(java.lang.String buttonID)
Convenience method which returns the button with the specified ID. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |