Verwendungen von Klasse
org.apache.fulcrum.intake.model.Field
Packages, die Field verwenden
Package
Beschreibung
Validators for the various intake field types.
-
Verwendungen von Field in org.apache.fulcrum.intake.model
Unterklassen von Field in org.apache.fulcrum.intake.modelModifizierer und TypKlasseBeschreibungclass
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
Methoden in org.apache.fulcrum.intake.model, die Field zurückgebenModifizierer und TypMethodeBeschreibungField<?>
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.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.Methoden in org.apache.fulcrum.intake.model, die Typen mit Argumenten vom Typ Field zurückgebenMethoden in org.apache.fulcrum.intake.model mit Parametern vom Typ FieldMethodenparameter in org.apache.fulcrum.intake.model mit Typargumenten vom Typ Field -
Verwendungen von Field in org.apache.fulcrum.intake.validator
Methoden in org.apache.fulcrum.intake.validator mit Parametern vom Typ FieldModifizierer und TypMethodeBeschreibungvoid
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