Package com.bc.ceres.binding
package 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.
Basically it also provides support for the Property List and Value Object
design patterns (see PropertyContainer and Property).
This package and its sub-packages currently form a self-standing API which is not used by Ceres itself.
An important entry point into this API may be the PropertyContainer class, which
is used to manage a collection Propertys whose values may originate from
diverse sources.
- Since:
- Ceres 0.6
-
ClassDescriptionSignals a binding failure.Utility class that is used to scan the fields of plain Java objects (POJOs).Signals a value conversion failure.Converter<T>A
Converterprovides a strategy to convert a value of a certain type from plain text to a Java object and vice versa.A registry forConverters.Default implementation for thePropertyDescriptorFactoryinterface.The default implementation of a property set descriptor.A property is composed of aPropertyDescriptor(static type description) and anPropertyAccessor(dynamic value assignment).AnPropertyAccessorprovides a strategy to get and set a value.A factory for property accessors derived from Java class fields.Something that emits property change events.A convenience implementation of thePropertySetinterface.Describes a property by its name, type and a set of optional (mutable) attributes.A factory for property descriptors derived from Java classFields.A loose aggregation of properties.A provider for property descriptors.Signals a value validation failure.AValidatorprovides the strategy to validate a value with respect to a providedProperty.This class represents a numerical value range.A set of values allowed to be assigned to certain types of values.