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
          Base class for Intake generated input processing classes.
 class ComboKeyField
           
 class IntegerField
           
 class NumberKeyField
           
 class StringField
          Base class for Intake generated input processing classes.
 

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 Field.init(RunData data)
          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.
static Field FieldFactory.getInstance(XmlField f, Group g)
          Creates a Field object appropriate for the type specified in the xml file.
 Field FieldFactory.FieldCtor.getInstance(XmlField f, Group g)
           
 Field Group.get(java.lang.String fieldName)
          Get the Field .
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.