Package org.codehaus.groovy.binding
Class AbstractFullBinding
java.lang.Object
org.codehaus.groovy.binding.AbstractFullBinding
- All Implemented Interfaces:
BindingUpdatable
,FullBinding
- Direct Known Subclasses:
PropertyPathFullBinding
@Deprecated public abstract class AbstractFullBinding extends java.lang.Object implements FullBinding
Deprecated.
- Since:
- Groovy 1.1
-
Field Summary
Fields Modifier and Type Field Description protected Closure
converter
Deprecated.protected Closure
reverseConverter
Deprecated.protected SourceBinding
sourceBinding
Deprecated.protected TargetBinding
targetBinding
Deprecated.protected Closure
validator
Deprecated. -
Constructor Summary
Constructors Constructor Description AbstractFullBinding()
Deprecated. -
Method Summary
Modifier and Type Method Description Closure
getConverter()
Deprecated.Closure
getReverseConverter()
Deprecated.SourceBinding
getSourceBinding()
Deprecated.TargetBinding
getTargetBinding()
Deprecated.Closure
getValidator()
Deprecated.void
reverseUpdate()
Deprecated.If supported, Causes the values to be propagated from the target to the source, If not supported, an exception may be thrownvoid
setConverter(Closure converter)
Deprecated.void
setReverseConverter(Closure reverseConverter)
Deprecated.void
setSourceBinding(SourceBinding sourceBinding)
Deprecated.void
setTargetBinding(TargetBinding targetBinding)
Deprecated.void
setValidator(Closure validator)
Deprecated.void
update()
Deprecated.Causes the values to be propagated from the source to the targetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.codehaus.groovy.binding.BindingUpdatable
bind, rebind, unbind
-
Field Details
-
sourceBinding
Deprecated. -
targetBinding
Deprecated. -
validator
Deprecated. -
converter
Deprecated. -
reverseConverter
Deprecated.
-
-
Constructor Details
-
AbstractFullBinding
public AbstractFullBinding()Deprecated.
-
-
Method Details
-
update
public void update()Deprecated.Description copied from interface:BindingUpdatable
Causes the values to be propagated from the source to the target- Specified by:
update
in interfaceBindingUpdatable
-
reverseUpdate
public void reverseUpdate()Deprecated.Description copied from interface:BindingUpdatable
If supported, Causes the values to be propagated from the target to the source, If not supported, an exception may be thrown- Specified by:
reverseUpdate
in interfaceBindingUpdatable
-
getSourceBinding
Deprecated.- Specified by:
getSourceBinding
in interfaceFullBinding
-
setSourceBinding
Deprecated.- Specified by:
setSourceBinding
in interfaceFullBinding
-
getTargetBinding
Deprecated.- Specified by:
getTargetBinding
in interfaceFullBinding
-
setTargetBinding
Deprecated.- Specified by:
setTargetBinding
in interfaceFullBinding
-
getValidator
Deprecated.- Specified by:
getValidator
in interfaceFullBinding
-
setValidator
Deprecated.- Specified by:
setValidator
in interfaceFullBinding
-
getConverter
Deprecated.- Specified by:
getConverter
in interfaceFullBinding
-
setConverter
Deprecated.- Specified by:
setConverter
in interfaceFullBinding
-
getReverseConverter
Deprecated.- Specified by:
getReverseConverter
in interfaceFullBinding
-
setReverseConverter
Deprecated.- Specified by:
setReverseConverter
in interfaceFullBinding
-