|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.meterware.httpunit.HTMLElementBase com.meterware.httpunit.FormControl com.meterware.httpunit.Button com.meterware.httpunit.ResetButton
Represents a form 'reset' button.
Field Summary |
Fields inherited from class com.meterware.httpunit.Button |
WITH_ID, WITH_LABEL |
Fields inherited from class com.meterware.httpunit.FormControl |
BUTTON_TYPE, CHECKBOX_TYPE, FILE_TYPE, HIDDEN_TYPE, IMAGE_BUTTON_TYPE, MULTIPLE_TYPE, PASSWORD_TYPE, RADIO_BUTTON_TYPE, RESET_BUTTON_TYPE, SINGLE_TYPE, SUBMIT_BUTTON_TYPE, TEXT_TYPE, TEXTAREA_TYPE, UNDEFINED_TYPE |
Method Summary | |
protected void |
doButtonAction(int x,
int y)
overridden button action |
java.lang.String |
getType()
Return the type of the control, as seen from JavaScript. |
Methods inherited from class com.meterware.httpunit.Button |
addValues, click, doButtonAction, doOnClickSequence, getParentDelegate, getValue, getValues, isDisabled, newScriptable, rememberEnableState, throwDisabledException, verifyButtonEnabled |
Methods inherited from class com.meterware.httpunit.FormControl |
claimUniqueValue, claimValueIsRequired, doEvent, doEventScript, doOnChangeEvent, doOnClickEvent, doOnMouseDownEvent, doOnMouseUpEvent, emptyIfNull, getAttribute, getAttribute, getClassName, getDisplayedOptions, getForm, getID, getName, getNode, getOptionValues, getScriptingHandler, getTagName, getText, getTitle, getValueAttribute, handleEvent, isHidden, isMultiValued, isReadOnly, isSupportedAttribute, removeAttribute, reset, sendOnChangeEvent, sendOnClickEvent, sendOnMouseDownEvent, sendOnMouseUpEvent, setAttribute, setState, setValueAttribute, supportAttribute, toggle |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getType()
FormControl
getType
in class Button
protected void doButtonAction(int x, int y)
doButtonAction
in class Button
x
- - the x coordinatey
- - the y coordinate
|
Copyright © 2000-2008 Russell Gold. See license agreement for rights granted. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |