Home » tapestry-src-5.0.19 » org.apache.tapestry5.corelib.components » [javadoc | source]
org.apache.tapestry5.corelib.components
public class: TextField [javadoc | source]
java.lang.Object
   org.apache.tapestry5.corelib.base.AbstractField
      org.apache.tapestry5.corelib.base.AbstractTextField
         org.apache.tapestry5.corelib.components.TextField

All Implemented Interfaces:
    Field

TextField component corresponds to <input type="text"> element. The value parameter will be editted. TextField is generally used with string values, but other values are acceptible, as long as they can be freely converted back and forth to strings.

Includes the size attribute, if a org.apache.tapestry5.beaneditor.Width annotation is present on the property bound to the value parameter.
Method from org.apache.tapestry5.corelib.components.TextField Summary:
afterRender,   writeFieldTag
Methods from org.apache.tapestry5.corelib.base.AbstractTextField:
begin,   defaultAnnotationProvider,   defaultTranslate,   defaultValidate,   defaultValue,   getWidth,   ignoreBlankInput,   isRequired,   processSubmission,   writeFieldTag
Methods from org.apache.tapestry5.corelib.base.AbstractField:
afterDecorator,   beforeDecorator,   createDefaultParameterBinding,   decorateInsideField,   defaultLabel,   getClientId,   getControlName,   getLabel,   isDisabled,   isRequired,   processSubmission,   setDecorator,   setFormSupport,   setup
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tapestry5.corelib.components.TextField Detail:
 final  void afterRender(MarkupWriter writer) 
 protected  void writeFieldTag(MarkupWriter writer,
    String value)