Uses of Class
org.apache.turbine.services.intake.model.Field

Packages that use Field
org.apache.turbine.services.intake.model   
 

Uses of Field in org.apache.turbine.services.intake.model
 

Subclasses of Field in org.apache.turbine.services.intake.model
 class BigDecimalField
           
 class BooleanField
          Processor for boolean fields.
 class ComboKeyField
           
 class DateStringField
          Field for date inputs as free form text.
 class DoubleField
          Creates Double Field objects.
 class FileItemField
          This Intake field is intended to represent a File input element in a HTML form.
 class FloatField
          Creates Float Field objects.
 class IntegerField
          Processor for int fields.
 class LongField
          Processor for long fields.
 class NumberKeyField
           
 class ShortField
          Processor for short fields.
 class StringField
          Text field.
 class StringKeyField
          Deprecated. Use String instead
 

Fields in org.apache.turbine.services.intake.model declared as Field
protected  Field[] Group.fieldsArray
          An array of fields in this group.
 

Methods in org.apache.turbine.services.intake.model that return Field
 Field FileItemField.init(ValueParser vp)
          Method called when this field (the group it belongs to) is pulled from the pool.
static Field FieldFactory.getInstance(XmlField xmlField, Group xmlGroup)
          Creates a Field object appropriate for the type specified in the xml file.
 Field Field.init(ValueParser pp)
          Method called when this field (the group it belongs to) is pulled from the pool.
 Field Field.init(Retrievable obj)
          Method called when this field or the group it belongs to is pulled from the pool.
 Field Group.get(java.lang.String fieldName)
          Get the Field .
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.