- org.codehaus.groovy.binding.BindingProxy
-
- All Implemented Interfaces and Traits:
- BindingUpdatable
public class BindingProxy
extends GroovyObjectSupport
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). These returned
half bindings are stored strongly in a list when generated.
Changing the model will keep all existing bindings but change the source on all of the bininfs
Formerly Known as Model Binding.
- Authors:
- Danno Ferrin
- Since:
- Groovy 1.5
-
-
Methods Summary
-
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class GroovyObjectSupport |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
-
-
Constructor Detail
-
public BindingProxy(Object model)
-
Method Detail
-
public void reverseUpdate()
-
public void setModel(Object model)
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.