Uses of Interface
nl.openedge.baritus.validation.ValidationRuleDependend

Packages that use ValidationRuleDependend
nl.openedge.baritus.validation Base classes for validation.  
nl.openedge.baritus.validation.impl Implementation classes for validation.  
 

Uses of ValidationRuleDependend in nl.openedge.baritus.validation
 

Classes in nl.openedge.baritus.validation that implement ValidationRuleDependend
 class AbstractFieldValidator
          Convenience class with default error message handling.
 class AbstractFormValidator
          Convenience class with default error message handling.
 class AbstractValidator
          convenience class
 

Uses of ValidationRuleDependend in nl.openedge.baritus.validation.impl
 

Classes in nl.openedge.baritus.validation.impl that implement ValidationRuleDependend
 class MaximumFieldLengthValidator
          This validator checks on maximum length.
 class MinimumFieldLengthValidator
          This validator checks on minimum length.
 class PropertyNotNullFormValidator
          Checks whether the form contains a non null property with the name of property propertyName.
 class RegexValidator
          Tests for a match against a regex pattern.
 class RequiredFieldValidator
          Checks for a non-EMPTY input.
 class RequiredSessionAttributeValidator
          Checks whether a session attribute exists with the key that was set for property sessionAttributeKey.
 



Copyright © 2003-2004 Open Edge. All Rights Reserved.