Uses of Class
org.apache.fulcrum.intake.model.Field

Packages that use Field
org.apache.fulcrum.intake.model   
org.apache.fulcrum.intake.validator Validators for the various intake field types. 
 

Uses of Field in org.apache.fulcrum.intake.model
 

Subclasses of Field in org.apache.fulcrum.intake.model
 class BigDecimalField
           
 class BooleanField
          Processor for boolean fields.
 class DateStringField
          Field for date inputs as free form text.
 class DoubleField
          Processor for double fields.
 class FileItemField
           
 class FloatField
          Processor for float fields.
 class IntegerField
          Processor for int fields.
 class LongField
          Processor for long fields.
 class ShortField
          Processor for short fields.
 class StringField
          Text field.
 

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

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

Uses of Field in org.apache.fulcrum.intake.validator
 

Methods in org.apache.fulcrum.intake.validator with parameters of type Field
 void Validator.assertValidity(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 void IntegerRangeValidator.assertValidity(Field testField)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
 void FloatValidator.assertValidity(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 void DoubleValidator.assertValidity(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 void DefaultValidator.assertValidity(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 void DateRangeValidator.assertValidity(Field testField)
          Determine whether a testValue meets the criteria specified in the constraints defined for this validator
 void BigDecimalValidator.assertValidity(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 boolean Validator.isValid(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 boolean DefaultValidator.isValid(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.