Uses of Interface
com.softwareag.centrasite.appl.framework.validation.ValidatableProperty

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

Uses of ValidatableProperty in com.softwareag.centrasite.appl.framework.validation.impl
 

Classes in com.softwareag.centrasite.appl.framework.validation.impl that implement ValidatableProperty
 class ValidatableBeanProperty
          This is an implementation of Validatable, which allows to validate a beans property.
 class ValidatableBooleanProperty
          Subclass of ValidatableBeanProperty for boolean properties.
 class ValidatableConceptProperty
          Subclass of ValidatableBeanProperty for concept properties.
 class ValidatableConceptRefProperty
          Subclass of ValidatableBeanProperty for concept properties.
 class ValidatableDateProperty
          Subclass of ValidatableBeanProperty for date properties.
 class ValidatableIntegerProperty
          Subclass of ValidatableBeanProperty for integer properties.
 class ValidatableListProperty
          Subclass of ValidatableBeanProperty for list properties.
 class ValidatableSelectedValueProperty
          An implementation of ValidatableProperty, which allows to select values from a collection of acceptable values.
 class ValidatableStringProperty
          Subclass of ValidatableBeanProperty for string properties.
 class ValidatableUserProperty
          Subclass of ValidatableBeanProperty for concept properties.
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl that return ValidatableProperty
 ValidatableProperty DefaultControl.getValidatableProperty()
          Returns the embedded Validatable.
protected  ValidatableProperty ValidatableFactory.newValidatableProperty(ValidatableClasses.ValidatableClass pClass, ValidatableFactory.Context pContext)
          Creates a new instance of ValidatableProperty.
 

Methods in com.softwareag.centrasite.appl.framework.validation.impl that return types with arguments of type ValidatableProperty
 java.lang.Class<ValidatableProperty> ValidatableClasses.ValidatableClass.getPropertyClass()
          Returns the validatables property class.
 

Method parameters in com.softwareag.centrasite.appl.framework.validation.impl with type arguments of type ValidatableProperty
 void ValidatableClasses.ValidatableClass.setPropertyClass(java.lang.Class<ValidatableProperty> pPropertyClass)
          Sets the validatables property class.
 

Constructors in com.softwareag.centrasite.appl.framework.validation.impl with parameters of type ValidatableProperty
ValidatableSelectedValueProperty(ValidatableProperty pProperty)
          Creates a new instance, which is reading from, or writing to, the given ValidatableProperty.