[Java] Class PropertyPathFullBinding
- org.codehaus.groovy.binding.PropertyPathFullBinding
- All Implemented Interfaces and Traits:
- PropertyChangeListener
public class PropertyPathFullBinding extends AbstractFullBinding
A property path full binding
Fields inherited from class | Fields |
---|---|
class AbstractFullBinding | converter, reverseConverter, sourceBinding, targetBinding, validator |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
void |
bind() | |
void |
propertyChange(PropertyChangeEvent evt) | |
void |
rebind() | |
void |
unbind() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class AbstractFullBinding | getConverter, getReverseConverter, getSourceBinding, getTargetBinding, getValidator, reverseUpdate, setConverter, setReverseConverter, setSourceBinding, setTargetBinding, setValidator, update |
Method Detail
public void bind()
public void propertyChange(PropertyChangeEvent evt)
public void rebind()
public void unbind()
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/binding/PropertyPathFullBinding.html