Uses of Package
com.softwareag.centrasite.appl.framework.validation.impl

Packages that use com.softwareag.centrasite.appl.framework.validation.impl
com.softwareag.centrasite.appl.framework.validation.impl   
 

Classes in com.softwareag.centrasite.appl.framework.validation.impl used by com.softwareag.centrasite.appl.framework.validation.impl
AbstractCondition
          Abstract base class for deriving conditions.
AbstractConstraint
          Default implementation of Constraint.
AbstractTypeConditionFactory
          An abstract base class for condition factories.
ConditionFactory
          A condition factory is used by the annotation processor.
Constraint
          This annotation denotes a single constraint.
ConstraintFactory
          Creates instances of Constraint.
Constraints
          This annotation is used to configure the objects validation constraints.
DefaultControl
          Default implementation of Control.
DefaultControl.ValueHandler
          The value handler is responsible for fetching or setting the controls values.
DefaultValidatable
          Default implementation of Validatable.
DynamicErrorCode
          A dynamic error code is basically a factory for error codes.
ErrorCodeFactory
          A factory for instances of ErrorCode.
ScopeFactory
          A factory for scopes.
SelectableValue
          A selectable value is an instance of this class.
Validatable
          This annotation indicates, that an instance of Validatable should be created for the annotated bean property.
ValidatableBeanProperty
          This is an implementation of Validatable, which allows to validate a beans property.
ValidatableClasses
          An instance of this class specifies the frameworks Validatable types.
ValidatableClasses.ValidatableClass
          An instance of this class specifies a validatable type.
ValidatableContainer
          A container of validatables is typically a GUI area (a tab, or something similar), which contains a group of validatables.
ValidatableFactory
          A factory for instances of Validatable.
ValidatableFactory.Context
          The per-thread context of the IOC provider.
ValidationDefaults
          This object provides defaults to the validation frameworks.
ValidationDefaults.ConditionFactory
          An instance of this class specifies the frameworks ConditionFactory.
ValidationDefaults.ConstraintFactory
          An instance of this class specifies the frameworks ConstraintFactory.
ValidationDefaults.ErrorCodeFactory
          An instance of this class specifies the frameworks ErrorCodeFactory.
ValidationDefaults.Implementation
          Default class for deriving instances of "instantiation".
ValidationDefaults.Instantiation
          This enumeration is used to specify the various instantiation types.
ValidationDefaults.ScopeFactory
          An instance of this class specifies the frameworks ScopeFactory.
Validator.ErrorInfo
          The validator is collecting instances of this data bean, which holds a single validation constraints information.
ValueProvider
          Interface of an object, which has a method ValueProvider.getValueObject().