net.wotonomy.web
Class WOHiddenField

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.WOTextField
                  extended by net.wotonomy.web.WOHiddenField
All Implemented Interfaces:
java.io.Serializable, WOActionResults

public class WOHiddenField
extends WOTextField

Used to dynamically generate a hidden field within a form.

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
WOHiddenField()
           
WOHiddenField(java.lang.String n, net.wotonomy.foundation.NSDictionary m, WOElement t)
           
 
Method Summary
 void takeValuesFromRequest(WORequest r, WOContext c)
          This method is called to retrieve user-entered data from the request.
 
Methods inherited from class net.wotonomy.web.WOTextField
additionalAttributes, inputType, value
 
Methods inherited from class net.wotonomy.web.WOInput
appendExtras, appendToResponse, 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
 

Constructor Detail

WOHiddenField

public WOHiddenField()

WOHiddenField

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

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.