Uses of Class
com.uwyn.rife.site.PropertyValidationRule

Packages that use PropertyValidationRule
com.uwyn.rife.cmf.validation Provides classes for the validation of content management framework bean properties. 
com.uwyn.rife.site Provides classes and interfaces that provide useful features during the creation of a website. 
 

Uses of PropertyValidationRule in com.uwyn.rife.cmf.validation
 

Subclasses of PropertyValidationRule in com.uwyn.rife.cmf.validation
 class CmfPropertyValidationRule
          This abstract class extends the PropertyValidationRule class to provide common functionality that is useful for all concrete CMF validation rules.
 class SupportedImage
          A validation rule that checks if the data in a property is able to be loaded as a supported image format without errors.
 class SupportedXhtml
          A validation rule that checks if the data in a property is able to be loaded as supported and valid xhtml without errors.
 

Uses of PropertyValidationRule in com.uwyn.rife.site
 

Subclasses of PropertyValidationRule in com.uwyn.rife.site
 class ValidationRuleEmail
           
 class ValidationRuleFormat
           
 class ValidationRuleInList
           
 class ValidationRuleLimitedDate
           
 class ValidationRuleLimitedLength
           
 class ValidationRuleNotEmpty
           
 class ValidationRuleNotEqual
           
 class ValidationRuleNotNull
           
 class ValidationRuleRange
           
 class ValidationRuleRegexp
           
 class ValidationRuleSameAs
           
 class ValidationRuleUrl
           
 

Methods in com.uwyn.rife.site with type parameters of type PropertyValidationRule
<T extends PropertyValidationRule>
T
PropertyValidationRule.setPropertyName(String propertyName)
          Set the name of the property.
 

Methods in com.uwyn.rife.site that return PropertyValidationRule
 PropertyValidationRule PropertyValidationRule.setSubject(String subjectName)
          Set the subject that the property refers to.
 

Methods in com.uwyn.rife.site that return types with arguments of type PropertyValidationRule
 List<PropertyValidationRule> MetaData.addConstrainedPropertyRules(P constrainedProperty)
           
 List<PropertyValidationRule> ValidatedConstrained.addConstrainedPropertyRules(P constrainedProperty)
          Adds the validation rules that are related to a particular ConstrainedProperty.
 List<PropertyValidationRule> Validation.addConstrainedPropertyRules(P constrainedProperty)
           
 List<PropertyValidationRule> MetaData.generateConstrainedPropertyRules(P constrainedProperty)
           
 List<PropertyValidationRule> ValidatedConstrained.generateConstrainedPropertyRules(P constrainedProperty)
          Generates the validation rules that are related to a particular ConstrainedProperty.
 List<PropertyValidationRule> Validation.generateConstrainedPropertyRules(P constrainedProperty)
           
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.