com.meterware.httpunit
Class ResetButton

java.lang.Object
  |
  +--com.meterware.httpunit.HTMLElementBase
        |
        +--com.meterware.httpunit.FormControl
              |
              +--com.meterware.httpunit.Button
                    |
                    +--com.meterware.httpunit.ResetButton
All Implemented Interfaces:
HTMLElement

public class ResetButton
extends Button

Represents a form 'reset' button.

Author:
Russell Gold

Field Summary
 
Fields inherited from class com.meterware.httpunit.Button
WITH_ID, WITH_LABEL
 
Method Summary
protected  void doButtonAction()
          Perform the normal action of this button.
 
Methods inherited from class com.meterware.httpunit.Button
claimValueIsRequired, click, doOnClickEvent, getAttribute, getAttribute, getClassName, getForm, getID, getName, getNode, getOptionValues, getParentDelegate, getScriptableDelegate, getTitle, getValue, getValueAttribute, isDisabled, isSupportedAttribute, newScriptable, sendOnChangeEvent, sendOnClickEvent, setState, supportAttribute, toggle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doButtonAction

protected void doButtonAction()
Description copied from class: Button
Perform the normal action of this button.

Overrides:
doButtonAction in class Button

Copyright © 2000-2003 Russell Gold. See license agreement for rights granted.