[Java] Class PropertyPathFullBinding

  • org.codehaus.groovy.binding.PropertyPathFullBinding
All Implemented Interfaces and Traits:
PropertyChangeListener
@Deprecated
public class PropertyPathFullBinding
extends AbstractFullBinding
implements PropertyChangeListener

A property path full binding

Inherited fields
Fields inherited from class Fields
class AbstractFullBinding converter, reverseConverter, sourceBinding, targetBinding, validator

Methods Summary

Methods
Type Params Return Type Name and description
public void bind()
public void propertyChange(PropertyChangeEvent evt)
public void rebind()
public void unbind()

Inherited Methods Summary

Inherited Methods
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/3.0.7/html/gapi/org/codehaus/groovy/binding/PropertyPathFullBinding.html