| Class | Description |
---|
| ApplicationDataBinding |
The ApplicationDataBinding class implements databinding for
Application instances. |
| ChainBinding |
The ChainBinding class is used to track changes of nested properties. |
| ConstantBinding |
The ConstantBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's constant to
another object's property. |
| ContainerDataBinding |
The ContainerDataBinding class implements databinding for
Container instances. |
| GenericBinding |
The GenericBinding class is the data-binding class that applies
changes to properties of source objects to a property of the
destination object. |
| MXMLBeadViewDataBinding |
The MXMLBeadViewDataBinding class implements databinding for
MXMLBeadView instances. |
| PropertyWatcher |
The PropertyWatcher class is the data-binding class that watches
for changes to various properties in objects. |
| SimpleBinding |
The SimpleBinding class is lightweight data-binding class that
is optimized for simple assignments of one object's property to
another object's property. |
| ViewDataBinding |
The ViewDataBinding class implements databinding for
View instances. |
| WatcherBase |
The WatcherBase class is the base class for data-binding classes that watch
various properties and styles for changes. |