net.wotonomy.web
Class WOCheckBox

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.WOCheckBox
All Implemented Interfaces:
java.io.Serializable, WOActionResults
Direct Known Subclasses:
WORadioButton

public class WOCheckBox
extends WOInput

See Also:
Serialized Form

Field Summary
protected  boolean checked
           
 
Fields inherited from class net.wotonomy.web.WODynamicElement
associations, name, rootElement
 
Constructor Summary
WOCheckBox()
           
WOCheckBox(java.lang.String aName, net.wotonomy.foundation.NSDictionary assocs, WOElement template)
           
 
Method Summary
protected  net.wotonomy.foundation.NSMutableArray additionalAttributes()
           
protected  void appendExtras(WOResponse r, WOContext c)
           
 void appendToResponse(WOResponse r, WOContext c)
          This method is called on all elements of the content tree to build a response to a user request.
protected  java.lang.String inputType()
           
 void takeValuesFromRequest(WORequest r, WOContext c)
          This method is called to retrieve user-entered data from the request.
protected  java.lang.Object value(WOContext c)
           
 
Methods inherited from class net.wotonomy.web.WOInput
disabled, formattedValue, inputName
 
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
 

Field Detail

checked

protected boolean checked
Constructor Detail

WOCheckBox

public WOCheckBox()

WOCheckBox

public WOCheckBox(java.lang.String aName,
                  net.wotonomy.foundation.NSDictionary assocs,
                  WOElement template)
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

appendExtras

protected void appendExtras(WOResponse r,
                            WOContext c)
Overrides:
appendExtras in class WOInput

additionalAttributes

protected net.wotonomy.foundation.NSMutableArray additionalAttributes()
Overrides:
additionalAttributes in class WOInput

appendToResponse

public void appendToResponse(WOResponse r,
                             WOContext c)
Description copied from class: WODynamicElement
This method is called on all elements of the content tree to build a response to a user request. The message should be forwarded to any child elements so that the entire tree is traversed. This implementation does nothing.

Overrides:
appendToResponse in class WOInput

takeValuesFromRequest

public void takeValuesFromRequest(WORequest r,
                                  WOContext c)
Description copied from class: WODynamicElement
This method is called to retrieve user-entered data from the request. WOElements should retrieve data from the request based on their elementID and set values in the context's current WOComponent, typically those values that are associated with the element in the binding. This implementation does nothing.

Overrides:
takeValuesFromRequest in class WOInput


Copyright © 2006 null. All Rights Reserved.