Uses of Interface
org.beanfabrics.validation.ValidationRule

Packages that use ValidationRule
org.beanfabrics.model   
org.beanfabrics.validation   
 

Uses of ValidationRule in org.beanfabrics.model
 

Classes in org.beanfabrics.model that implement ValidationRule
 class AbstractPM.PropertiesValidationRule
          This rule defines that this object is invalid if any of its properties (that are NOT instances of IOperationPM) is invalid.
 class AbstractValuePM.DefaultValidationRule
           
 class BigDecimalPM.DefaultValidationRule
           
protected  class DatePM.DefaultValidationRule
           
 class IntegerPM.DefaultValidationRule
           
 class ListPM.DefaultValidationRule
          This validation rule defines that this model is invalid whenever a list element is invalid.
 class MapPM.DefaultValidationRule
           
 class OperationPM.DefaultValidationRule
           
 class TextPM.DefaultOptionsValidationRule
           
 

Methods in org.beanfabrics.model that return ValidationRule
protected  ValidationRule ListPM.createDefaultValidationRule()
           
protected  ValidationRule MapPM.createDefaultValidationRule()
           
protected  ValidationRule AbstractPM.createPropertiesValidationRule()
           
 

Uses of ValidationRule in org.beanfabrics.validation
 

Classes in org.beanfabrics.validation that implement ValidationRule
 class Validator
          The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
 

Methods in org.beanfabrics.validation that return ValidationRule
 ValidationRule Validator.get(int index)
          Returns the rule at the specified position in this Validator .
 ValidationRule Validator.remove(int index)
          Removes the rule at the specified position in this Validator .
 

Methods in org.beanfabrics.validation that return types with arguments of type ValidationRule
 java.util.Iterator<ValidationRule> Validator.iterator()
          
 

Methods in org.beanfabrics.validation with parameters of type ValidationRule
 void Validator.add(int index, ValidationRule o)
          Inserts the specified rule at the specified position in this validator.
 boolean Validator.add(ValidationRule o)
          
 

Method parameters in org.beanfabrics.validation with type arguments of type ValidationRule
 boolean Validator.addAll(java.util.Collection<? extends ValidationRule> c)
          
 



© 2010 by Michael Karneim, http://www.beanfabrics.org