Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.

Package 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.

See:
          Description

Interface Summary
JavaScriptValidationInterface ValidationInterface is used to allow an object to validate input, normalize input and return error information when the information is invalid.
 

Class Summary
DateStringValidator The DateStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a date string validator.
HexColorStringValidator The HexColorStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a hexidecimal color string validator.
IntegerInputValidator The IntegerInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating an integerinput validator.
JavaScriptValidator The JavaScriptValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a validator.
MaximumLengthValidator The DateStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum length validator.
MaximumValueCompositeValidator The MaximumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value composite validator.
MaximumValueValidator The MaximumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a maximum value validator.
MinimumValueCompositeValidator The MinimumValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value composite validator.
MinimumValueValidator The MinimumValueValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum value validator.
MinMaxValueCompositeValidator The MinMaxValueCompositeValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a minimum and maximum value composite validator.
NumericInputValidator The NumericInputValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a numeric input validator.
RequiredStringValidator The RequiredStringValidator is a TransformationBean™ that generates the appropriate HTML 4.0 and JavaScript for creating a required string validator.
 

Package com.sas.servlet.tbeans.util.validators Description

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.


Note:
Extension of the classes in this package is prohibited unless otherwise documented. Similarly, extension or implementation of the interfaces in this package is prohibited except as documented.


Copyright © 2009 SAS Institute Inc. All Rights Reserved.