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 TypKlasseBeschreibungclassclassProcessor for boolean fields.classField for date inputs as free form text.classProcessor for double fields.classProcessor for float fields.classProcessor for int fields.classProcessor for long fields.classProcessor for short fields.classText field.classMethoden 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 TypMethodeBeschreibungvoidDateRangeValidator.assertValidity(Field<Date> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoidDefaultValidator.assertValidity(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoidIntegerRangeValidator.assertValidity(Field<Integer> testField) Determine whether a testValue meets the criteria specified in the constraints defined for this validatorvoidNumberValidator.assertValidity(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorvoidValidator.assertValidity(Field<T> field) Determine whether a field meets the criteria specified in the constraints defined for this validatorbooleanDetermine whether a field meets the criteria specified in the constraints defined for this validatorbooleanDetermine whether a field meets the criteria specified in the constraints defined for this validator