| Interface | Description |
|---|---|
| BindingDelegate |
Defines an API of a delegate notified by bindings whenever values are pushed from the
view to the model.
|
| BoundComponent |
An API for a binding child that allows to establish bindings to custom Swing
components.
|
| ObjectBinding |
Defines API of a binding sitting between a Swing widget and domain model, synchronizing
the values between the two.
|
| Class | Description |
|---|---|
| ActionBinding | |
| ActionDelegate |
An implementation of BindingDelegate that invokes a no-argument context action on every
model update.
|
| BeanActionBinding |
A binding that registers for action events of an arbitrary Component JavaBean that
provides a way to add an ActionListener via BeanDescriptor.
|
| BindingBase | |
| BindingBuilder |
A builder for component bindings that delegates the creation of the binding to the
underlying factory, and itself configures a number of binding parameters.
|
| BindingExpression |
A class for expression evaluation using a designated scripting language (now - OGNL).
|
| BindingFactory |
A factory for a number of common bindings.
|
| CheckBoxBinding |
A generic adapter that binds a check box to a bean property.
|
| ComboSelectionBinding | |
| ImageRendererColumn | |
| ItemEventBinding |
Binds a checkbox state to an int or boolean property.
|
| PropertyBinding |
A binding for connecting to children that implement BoundComponent.
|
| TableBinding |
A binding for a JTable.
|
| TableBindingBuilder |
A builder for a JTable binding.
|
| TextBinding |
A generic text adapter that is bound to a bean property.
|
| Exception | Description |
|---|---|
| BindingException |
Copyright © 2001–2015 Apache Cayenne. All rights reserved.