net.wotonomy.web
Class WOResetButton

java.lang.Object
  extended by net.wotonomy.web.WOElement
      extended by net.wotonomy.web.WODynamicElement
          extended by net.wotonomy.web.WOInput
              extended by net.wotonomy.web.WOResetButton
All Implemented Interfaces:
java.io.Serializable, WOActionResults

public class WOResetButton
extends WOInput

Implements a reset button with dynamic bindings.

Version:
$Revision: 905 $
Author:
michael@mpowers.net, $Author: cgruber $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.wotonomy.web.WODynamicElement
associations, name, rootElement
 
Constructor Summary
WOResetButton()
           
WOResetButton(java.lang.String n, net.wotonomy.foundation.NSDictionary m, WOElement t)
           
 
Method Summary
protected  java.lang.String inputType()
           
protected  java.lang.Object value(WOContext c)
           
 
Methods inherited from class net.wotonomy.web.WOInput
additionalAttributes, appendExtras, appendToResponse, disabled, formattedValue, inputName, takeValuesFromRequest
 
Methods inherited from class net.wotonomy.web.WODynamicElement
generateResponse, invokeAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WOResetButton

public WOResetButton()

WOResetButton

public WOResetButton(java.lang.String n,
                     net.wotonomy.foundation.NSDictionary m,
                     WOElement t)
Method Detail

inputType

protected java.lang.String inputType()
Specified by:
inputType in class WOInput

value

protected java.lang.Object value(WOContext c)
Specified by:
value in class WOInput


Copyright © 2006 null. All Rights Reserved.