Uses of Class
org.kuali.rice.krad.datadictionary.validation.constraint.AllowCharacterConstraint

Packages that use AllowCharacterConstraint
org.kuali.rice.krad.datadictionary.validation.constraint   
 

Uses of AllowCharacterConstraint in org.kuali.rice.krad.datadictionary.validation.constraint
 

Subclasses of AllowCharacterConstraint in org.kuali.rice.krad.datadictionary.validation.constraint
 class AlphaNumericPatternConstraint
          A ValidCharactersConstraint based on AlphaNumericValidationPattern.
 class AlphaPatternConstraint
          Pattern for matching alpha characters
 class NumericPatternConstraint
          Pattern for matching numeric characters, difference between NumericPatternConstraint and IntegerPatternConstraint is that a numeric pattern constraint is for matching numeric characters and can be mixed with other characters by setting allow flags on, while integer is for only positive/negative numbers
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.