org.codehaus.groovy.binding
Class PropertyBinding.PropertyFullBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
org.codehaus.groovy.binding.PropertyBinding.PropertyFullBinding
- All Implemented Interfaces:
- PropertyChangeListener
class PropertyBinding.PropertyFullBinding
extends AbstractFullBinding
|
Methods inherited from class AbstractFullBinding
|
| getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
bound
boolean bound
-
boundBean
Object boundBean
-
boundProperty
Object boundProperty
-
boundToProperty
boolean boundToProperty
-
PropertyBinding.PropertyFullBinding
public PropertyBinding.PropertyFullBinding(SourceBinding source, TargetBinding target)
-
bind
public void bind()
-
propertyChange
public void propertyChange(PropertyChangeEvent event)
-
rebind
public void rebind()
-
unbind
public void unbind()
-
Copyright © 2003-2010 The Codehaus. All rights reserved.