net.wotonomy.web
Class WOTextField

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

public class WOTextField
extends WOInput

Implements an INPUT tag of type TEXT, 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
WOTextField()
           
WOTextField(java.lang.String aName, net.wotonomy.foundation.NSDictionary assocs, WOElement template)
           
 
Method Summary
protected  net.wotonomy.foundation.NSMutableArray additionalAttributes()
           
protected  java.lang.String inputType()
           
protected  java.lang.Object value(WOContext c)
           
 
Methods inherited from class net.wotonomy.web.WOInput
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

WOTextField

public WOTextField()

WOTextField

public WOTextField(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

additionalAttributes

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


Copyright © 2006 null. All Rights Reserved.