net.wotonomy.web
Class WOTextField
java.lang.Object
net.wotonomy.web.WOElement
net.wotonomy.web.WODynamicElement
net.wotonomy.web.WOInput
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WOTextField
public WOTextField()
WOTextField
public WOTextField(java.lang.String aName,
net.wotonomy.foundation.NSDictionary assocs,
WOElement template)
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.