UIX 2.2.16

Package oracle.cabo.ui.validate

Interface Summary
ClientValidater Interface implemented by Objects that wish to perform client-side validation in addition to server-side validation.
Formatter Interface for parsing Strings into objects.
ServerValidater Interface implemented by Objects that wish to perform server-side validation.
 

Class Summary
BaseClientValidater  
ByteLengthValidater Validater for validating the byte length of strings.
ColorValidater Validater for validating colors.
DateValidater Validater for validating dates and times using a pattern for a Simple Date pattern or date and time style constants of the DateFormat.
DecimalValidater Validater for validating numbers.
NonEmptyValidater Validater that validates that the value exists and is non-empty.
RegExpValidater Validater using regular expressions to validate Strings.
Utf8LengthValidater Validater for validating the UTF-8 length of strings.
ValidationUtils
WMLPatternValidater A Validater that validates Strings using the WML text input patterns.
 


UIX 2.2.16