Uses of Interface
com.cafesoft.core.field.FieldValidationRule

Packages that use FieldValidationRule
com.cafesoft.core.field Contains generic field definition, pattern, and validation classes. 
 

Uses of FieldValidationRule in com.cafesoft.core.field
 

Classes in com.cafesoft.core.field that implement FieldValidationRule
 class DefaultFieldValidationRule
          Default implementation of the FieldValidationRule interface.
 class IntegerValidationRule
          IntegerValidationRule validates all Integer FieldType field values to ensure that the value conform to the rules of the field.
 class StringValidationRule
          StringValidationRule validates all String FieldType field values to ensure that the value conform to the rules of the field.
 

Methods in com.cafesoft.core.field that return FieldValidationRule
 FieldValidationRule AbstractFieldInfo.getFieldValidationRule()
          Get the FieldValidationRule.
 FieldValidationRule FieldInfo.getFieldValidationRule()
          Get the FieldValidationRule.
 

Methods in com.cafesoft.core.field with parameters of type FieldValidationRule
 void AbstractFieldInfo.setFieldValidationRule(FieldValidationRule rule)
          Set the FieldValidationRule.
 void FieldInfo.setFieldValidationRule(FieldValidationRule rule)
          Set the FieldValidationRule.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.