[Java] Class AggregateBinding
- org.apache.groovy.swing.binding.AggregateBinding
- All Implemented Interfaces and Traits:
- BindingUpdatable
public class AggregateBinding
An aggregation of multiple bindings
- Since:
- Groovy 1.6
Field Summary
Modifiers | Name | Description |
---|---|---|
protected Set<BindingUpdatable> | bindings | |
protected boolean | bound |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public void |
addBinding(BindingUpdatable binding) | |
public void |
bind() | |
public void |
rebind() | |
public void |
removeBinding(BindingUpdatable binding) | |
public void |
reverseUpdate() | |
public void |
unbind() | |
public void |
update() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail
protected Set<BindingUpdatable> bindings
protected boolean bound
Method Detail
public void addBinding(BindingUpdatable binding)
public void bind()
public void rebind()
public void removeBinding(BindingUpdatable binding)
public void reverseUpdate()
public void unbind()
public void update()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/apache/groovy/swing/binding/AggregateBinding.html