JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Package com.bc.ceres.binding.validators
package
com.bc.ceres.binding.validators
Contains some common
Validator
implementations.
Since:
Ceres 0.6
Related Packages
Package
Description
com.bc.ceres.binding
The main purpose of this package is to provide a simple data binding framework for binding Java objects to a GUI or a DOM.
com.bc.ceres.binding.accessors
Contains some common
PropertyAccessor
implementations.
com.bc.ceres.binding.converters
Contains some common
Converter
implementations.
com.bc.ceres.binding.dom
Provides a very basic DOM abstraction and a converter for it.
Classes
Class
Description
ArrayValidator
IntervalValidator
MultiValidator
NotEmptyValidator
NotNullValidator
PatternValidator
TypeValidator
ValueSetValidator