Uses of Class
com.sas.util.validators.Validator

Packages that use Validator
com.sas.servlet.tbeans.util.validators Provides classes and interfaces for validators that can be used with transformation beans like the form elements located in com.sas.servlet.tbeans.form.html
com.sas.util.validators Interface and some implementations of input data validators. 
 

Uses of Validator in com.sas.servlet.tbeans.util.validators
 

Subclasses of Validator in com.sas.servlet.tbeans.util.validators
 class HexColorStringValidator
          The HexColorStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a hexidecimal color string validator.
 class IntegerInputValidator
          The IntegerInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an integerinput validator.
 class JavaScriptValidator
          The JavaScriptValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a validator.
 class MaximumLengthValidator
          The DateStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum length validator.
 class MaximumValueCompositeValidator
          The MaximumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value composite validator.
 class MaximumValueValidator
          The MaximumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value validator.
 class MinimumValueCompositeValidator
          The MinimumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value composite validator.
 class MinimumValueValidator
          The MinimumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value validator.
 class MinMaxValueCompositeValidator
          The MinMaxValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum and maximum value composite validator.
 class NumericInputValidator
          The NumericInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a numeric input validator.
 

Uses of Validator in com.sas.util.validators
 

Subclasses of Validator in com.sas.util.validators
 class CompositeValidator
          CompositeValidator allows the validation of one or more Validators to be chained together such that all need to validate the value for the composite to be valid.
 class DateStringValidator
          A Validator that validates a String value according to a DateFormat
 class IntegerStringValidator
           
 class MinMaxIntegerStringValidator
           
 class RequiredStringValidator
          A Validator that validates that the value entered is not null, a zero-length string, or consists only of whitespace.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.