|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationPattern | |
---|---|
org.kuali.rice.kns.datadictionary.validation.charlevel | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kns.datadictionary.validation.fieldlevel | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.datadictionary.validation | Data Dictionary validation objects. |
Uses of ValidationPattern in org.kuali.rice.kns.datadictionary.validation.charlevel |
---|
Subclasses of ValidationPattern in org.kuali.rice.kns.datadictionary.validation.charlevel | |
---|---|
class |
AlphaNumericValidationPattern
Pattern for matching alphanumeric characters Also, allows conditionally whitespace, underscore, period, parens, dollar signs, and forward slash. |
class |
AlphaValidationPattern
Pattern for matching alpha characters |
class |
AnyCharacterValidationPattern
Pattern for matching any printable character |
class |
CharsetValidationPattern
Pattern for matching any character in the given list (String) |
class |
NumericValidationPattern
Pattern for matching numeric characters |
class |
RegexValidationPattern
This is a description of what this class does - ctdang don't forget to fill this in. |
class |
UTF8AnyCharacterValidationPattern
Pattern for matching any UTF-8 character with whitespace option |
Uses of ValidationPattern in org.kuali.rice.kns.datadictionary.validation.fieldlevel |
---|
Subclasses of ValidationPattern in org.kuali.rice.kns.datadictionary.validation.fieldlevel | |
---|---|
class |
DateValidationPattern
Validation pattern for matching standard-format (mm/dd/yyyy) dates |
class |
EmailAddressValidationPattern
Validation pattern for matching (non-local) email addresses |
class |
FixedPointValidationPattern
Validation pattern for matching fixed point numbers, optionally matching negative numbers |
class |
FloatingPointValidationPattern
Validation pattern for matching floating point numbers, optionally matching negative numbers |
class |
JavaClassValidationPattern
Validation pattern for matching fully-specified Java class names |
class |
MonthValidationPattern
Validation pattern for matching standard-format (mm or m) months |
class |
PhoneNumberValidationPattern
Validation pattern for matching Domestic phone Numbers |
class |
TimestampValidationPattern
Validation pattern for matching standard-format (yyyy-mm-dd hh:mm:ss.m) timestamps |
class |
YearValidationPattern
Validation pattern for matching standard-format (yyyy) years |
class |
ZipcodeValidationPattern
Validation pattern for matching 5- and 9-digit zipcodes |
Uses of ValidationPattern in org.kuali.rice.krad.datadictionary |
---|
Fields in org.kuali.rice.krad.datadictionary declared as ValidationPattern | |
---|---|
protected ValidationPattern |
AttributeDefinition.validationPattern
Deprecated. |
Methods in org.kuali.rice.krad.datadictionary that return ValidationPattern | |
---|---|
ValidationPattern |
AttributeDefinition.getValidationPattern()
Defines the allowable character-level or field-level values for an attribute |
ValidationPattern |
ExternalizableAttributeDefinitionProxy.getValidationPattern()
|
Methods in org.kuali.rice.krad.datadictionary with parameters of type ValidationPattern | |
---|---|
void |
AttributeDefinition.setValidationPattern(ValidationPattern validationPattern)
The validationPattern element defines the allowable character-level or field-level values for an attribute. |
Uses of ValidationPattern in org.kuali.rice.krad.datadictionary.validation |
---|
Subclasses of ValidationPattern in org.kuali.rice.krad.datadictionary.validation | |
---|---|
class |
CharacterLevelValidationPattern
Deprecated. |
class |
FieldLevelValidationPattern
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |