Uses of Class
org.apache.fulcrum.intake.model.Field
Packages that use Field
Package
Description
Validators for the various intake field types.
-
Uses of Field in org.apache.fulcrum.intake.model
Subclasses of Field in org.apache.fulcrum.intake.modelModifier and TypeClassDescriptionclass
class
Processor for boolean fields.class
Field for date inputs as free form text.class
Processor for double fields.class
Processor for float fields.class
Processor for int fields.class
Processor for long fields.class
Processor for short fields.class
Text field.class
Methods in org.apache.fulcrum.intake.model that return FieldModifier and TypeMethodDescriptionField
<?> Get the Fieldabstract Field
<?> FieldType.getInstance
(XmlField f, Group g) Create a specific field instance from its XML representationField.init
(Retrievable obj) Method called when this field or the group it belongs to is pulled from the pool.Field.init
(org.apache.fulcrum.parser.ValueParser pp) Method called when this field (the group it belongs to) is pulled from the pool.Field
<jakarta.servlet.http.Part> UploadPartField.init
(org.apache.fulcrum.parser.ValueParser vp) Method called when this field (the group it belongs to) is pulled from the pool.Field
<?> Creates a Field object appropriate for the type specified in the xml file.Methods in org.apache.fulcrum.intake.model that return types with arguments of type FieldMethods in org.apache.fulcrum.intake.model with parameters of type FieldMethod parameters in org.apache.fulcrum.intake.model with type arguments of type Field -
Uses of Field in org.apache.fulcrum.intake.validator
Methods in org.apache.fulcrum.intake.validator with parameters of type FieldModifier and TypeMethodDescriptionvoid
DateRangeValidator.assertValidity
(Field<Date> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
DefaultValidator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoid
IntegerRangeValidator.assertValidity
(Field<Integer> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoid
NumberValidator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoid
Validator.assertValidity
(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorboolean
Determine whether a field meets the criteria specified in the constraints defined for this validatorboolean
Determine whether a field meets the criteria specified in the constraints defined for this validator