| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| VALID — Constant static property in class org.granite.tide.events.TideValidatorEvent |
| |
| validate(value) — Method in class org.granite.validation.BaseConstraint |
|
Validate the value parameter, according to this
constraint specification. |
| validate(bean, groups) — Method in class org.granite.validation.GenericValidator |
|
Validates all constraints on bean. |
| validate(value) — Method in interface org.granite.validation.IConstraint |
|
Validate the value parameter, according to this
constraint specification. |
| validate(bean, groups) — Method in interface org.granite.validation.IValidator |
|
Validates all constraints on bean. |
| validate(bean, groups) — Method in class org.granite.validation.ValidatorFactory |
|
Validate a bean. |
| validate(value) — Method in class org.granite.validation.constraints.AssertFalse |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.AssertTrue |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.DecimalMax |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.DecimalMin |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Digits |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Future |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Max |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Min |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.NotNull |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Null |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Past |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Pattern |
|
Validate the value parameter, according to this
constraint specification. |
| validate(value) — Method in class org.granite.validation.constraints.Size |
|
Validate the value parameter, according to this
constraint specification. |
| validateEntity() — Method in class org.granite.validation.FormValidator |
|
Validate the underlying entity instance for the currently set groups. |
| validateOnChange — Property in class org.granite.validation.FormValidator |
|
Should validation be done on the fly? Otherwise, validation will be
only done when an input loses focus. |
| validateProperty(bean, propertyName, groups) — Method in class org.granite.validation.GenericValidator |
|
Validates all constraints placed on the property of bean
named propertyName. |
| validateProperty(bean, propertyName, groups) — Method in interface org.granite.validation.IValidator |
|
Validates all constraints placed on the property of bean
named propertyName. |
| validateProperty(bean, propertyName, groups) — Method in class org.granite.validation.ValidatorFactory |
|
Validates all constraints placed on the property of bean
named propertyName. |
| validateValue(type:org.granite.reflect:Type, propertyName, value, groups) — Method in class org.granite.validation.GenericValidator |
|
Validates all constraints placed on the property named propertyName
of the class type would the property value be value. |
| validateValue(type:org.granite.reflect:Type, propertyName, value, groups) — Method in interface org.granite.validation.IValidator |
|
Validates all constraints placed on the property named propertyName
of the class type would the property value be value. |
| validateValue(type:org.granite.reflect:Type, propertyName, value, groups) — Method in class org.granite.validation.ValidatorFactory |
|
Validates all constraints placed on the property named propertyName
of the class type would the property value be value. |
| ValidationError — Class in package org.granite.validation |
|
Base error class for all validation errors. |
| ValidationError(message, id) — Constructor in class org.granite.validation.ValidationError |
| |
| ValidationEvent — Class in package org.granite.validation |
|
The ValidationEvent is dipatched by the validated entity
whenever a validation process starts (START_VALIDATION) or
ends (END_VALIDATION). |
| ValidationEvent(type, bubbles, cancelable) — Constructor in class org.granite.validation.ValidationEvent |
| |
| VALIDATION_FAILED — Constant static property in class org.granite.tide.validators.ValidatorExceptionHandler |
| |
| ValidationMessages — Class in package org.granite.validation |
|
The ValidationMessages class is responsible of loading standard
validation resources bundles. |
| ValidatorExceptionHandler — Class in package org.granite.tide.validators |
|
Validation exception handler that accepts Validation.Failed faults (server-side Tide converts Hibernate validator errors to this fault code)
and dispatches them on the context
|
| validatorFactory — Property in class org.granite.validation.FormValidator |
|
The ValidatorFactory to be used in the validation
process (initialized with the the default instance). |
| ValidatorFactory — Class in package org.granite.validation |
|
The ValidatorFactory class is the entry point of the validation
framework. |
| value — Property in class org.granite.reflect.Arg |
|
The value of this argument. |
| value — Property in class org.granite.reflect.DynamicProperty |
|
The value of this dynamic property. |
| value — Property in class org.granite.reflect.visitor.Visitable |
|
The value of this Visitable. |
| value — Property in class org.granite.tide.validators.InvalidValue |
| |
| value — Property in class org.granite.validation.ConstraintExecutionError |
| |
| value — Property in class org.granite.validation.constraints.DecimalMax |
|
The maximum value as specified in the annotation arguments. |
| value — Property in class org.granite.validation.constraints.DecimalMin |
|
The minimum value as specified in the annotation arguments. |
| value — Property in class org.granite.validation.constraints.Max |
|
The maximum value as specified in the annotation arguments. |
| value — Property in class org.granite.validation.constraints.Min |
|
The minimum value as specified in the annotation arguments. |
| valueOf(name) — Static method in class org.granite.math.RoundingMode |
|
Returns a RoundingMode constant according to the
supplied parameter. |
| values — Property in class org.granite.collections.BasicMap |
| |
| values — Property in interface org.granite.collections.IMap |
| |
| values — Property in class org.granite.tide.collections.PersistentMap |
| |
| VectorHandler — Class in package org.granite.reflect.visitor.handlers |
|
Handles any Vector instance. |
| VectorUtil — Class in package org.granite.util |
|
A workaround class for a bug with Flash 10+ Vector.<*>
types: getDefinitionByName("__AS3__.vec::Vector.<*>")
throws an error... |
| versionChangeCache — Property in class org.granite.tide.data.MergeContext |
| |
| violation — Property in class org.granite.validation.ConstraintViolationEvent |
|
The ConstraintViolation passed to this
ConstraintViolationEvent construtor. |
| visit(visitable:org.granite.reflect.visitor:Visitable) — Method in interface org.granite.reflect.visitor.IVisitor |
|
Returns true if this IVisitor implementation, after
visiting the supplied visitable, wants it to be cascaded (so its
properties will be visited), false otherwise. |
| visit(visitable:org.granite.reflect.visitor:Visitable) — Method in class org.granite.validation.GenericValidator |
|
Ask the current TraversableResolver if the visitable is cascadable
and test if it is bean or collection annotated with [Valid]. |
| Visitable — Class in package org.granite.reflect.visitor |
|
A Visitable instance encapsulates a bean, a property of
a bean or an item of a collection (at arbitrary depth). |
| Visitable(parent:org.granite.reflect.visitor:Visitable, element:org.granite.reflect:IVisitableElement, value) — Constructor in class org.granite.reflect.visitor.Visitable |
|
Constructs a new Visitable object. |
| visitor — Property in class org.granite.reflect.visitor.Guide |
|
The IVisitor implementation used by this Guide instance. |
| visitorHandlers — Property in class org.granite.validation.ValidatorFactory |
|
The specific IHandler classes to be used when visitating
a bean for validation. |
| VOID — Constant static property in class org.granite.reflect.Type |
|
Builtin type for the pseudo-class "void". |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |