Interface | Description |
---|---|
BindingUpdatable | @since Groovy 1.1 |
FullBinding | @since Groovy 1.1 |
SourceBinding | @since Groovy 1.1 |
TargetBinding | @since Groovy 1.1 |
TriggerBinding | @since Groovy 1.1 |
Class | Description |
---|---|
AbstractFullBinding | @since Groovy 1.1 |
AggregateBinding | An aggregation of multiple bindings |
BindPath | The bind path object. |
BindingProxy | This class returns half bound FullBindings on the source half to the model object for every property reference (and I do mean every, valid or not, queried before or not). |
ClosureSourceBinding | @since Groovy 1.1 |
ClosureTriggerBinding | |
EventTriggerBinding | @since Groovy 1.1 |
MutualPropertyBinding | @since Groovy 1.6 |
PropertyBinding | @since Groovy 1.1 |
PropertyChangeProxyTargetBinding | |
PropertyPathFullBinding | A property path full binding |
SwingTimerTriggerBinding | @since Groovy 1.1 |
Enum | Description |
---|---|
PropertyBinding.UpdateStrategy |