Package aokell.lib.control.binding

This package contains the implementations of the BindingController interface for flat, primitive and composite components.

See:
          Description

Interface Summary
BindingControllerItf This interface extends the Fractal BindingController interface with methods to manage reverse bindings, i.e. bindings from the destination to the source, and with a method to retrieve the list of currently bound collection interface names.
BindingControllerSetterGetterItf Interface for managing the reference towards the binding controllers.
 

Class Summary
AbstractBindingControllerImpl Root class for binding controllers implementations.
CompositeAutoBindingControllerImpl Implementation of the binding controller for composite components.
CompositeBindingControllerImpl Implementation of the binding controller for composite components.
CompositeTemplateBindingControllerImpl Implementation of the binding controller for composite template components.
FlatBindingControllerImpl Implementation of the binding controller for flat components.
FlatTemplateBindingControllerImpl Implementation of the binding controller for flat template components.
PrimitiveAutoBindingControllerImpl Implementation of the binding controller for primitive components.
PrimitiveBindingControllerImpl Implementation of the binding controller for primitive components.
PrimitiveTemplateBindingControllerImpl Implementation of the binding controller for primitive template components.
Util Provides static utility methods related to BindingController.
 

Package aokell.lib.control.binding Description

This package contains the implementations of the BindingController interface for flat, primitive and composite components.