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

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

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 Group.get(java.lang.String fieldName)
          Get the 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.
 

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

Methods in org.apache.turbine.services.intake.validator with parameters of type Field
 boolean Validator.isValid(Field field)
          Determine whether a field meets the criteria specified in the constraints defined for this validator
 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
 boolean DefaultValidator.isValid(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
 



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