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 Object implements FullBinding
Deprecated.
- Since:
- Groovy 1.1
-
Field Summary
Fields Modifier and Type Field Description protected ClosureconverterDeprecated.protected ClosurereverseConverterDeprecated.protected SourceBindingsourceBindingDeprecated.protected TargetBindingtargetBindingDeprecated.protected ClosurevalidatorDeprecated. -
Constructor Summary
Constructors Constructor Description AbstractFullBinding()Deprecated. -
Method Summary
Modifier and Type Method Description ClosuregetConverter()Deprecated.ClosuregetReverseConverter()Deprecated.SourceBindinggetSourceBinding()Deprecated.TargetBindinggetTargetBinding()Deprecated.ClosuregetValidator()Deprecated.voidreverseUpdate()Deprecated.If supported, Causes the values to be propagated from the target to the source, If not supported, an exception may be thrownvoidsetConverter(Closure converter)Deprecated.voidsetReverseConverter(Closure reverseConverter)Deprecated.voidsetSourceBinding(SourceBinding sourceBinding)Deprecated.voidsetTargetBinding(TargetBinding targetBinding)Deprecated.voidsetValidator(Closure validator)Deprecated.voidupdate()Deprecated.Causes the values to be propagated from the source to the target
-
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:BindingUpdatableCauses the values to be propagated from the source to the target- Specified by:
updatein interfaceBindingUpdatable
-
reverseUpdate
public void reverseUpdate()Deprecated.Description copied from interface:BindingUpdatableIf supported, Causes the values to be propagated from the target to the source, If not supported, an exception may be thrown- Specified by:
reverseUpdatein interfaceBindingUpdatable
-
getSourceBinding
Deprecated.- Specified by:
getSourceBindingin interfaceFullBinding
-
setSourceBinding
Deprecated.- Specified by:
setSourceBindingin interfaceFullBinding
-
getTargetBinding
Deprecated.- Specified by:
getTargetBindingin interfaceFullBinding
-
setTargetBinding
Deprecated.- Specified by:
setTargetBindingin interfaceFullBinding
-
getValidator
Deprecated.- Specified by:
getValidatorin interfaceFullBinding
-
setValidator
Deprecated.- Specified by:
setValidatorin interfaceFullBinding
-
getConverter
Deprecated.- Specified by:
getConverterin interfaceFullBinding
-
setConverter
Deprecated.- Specified by:
setConverterin interfaceFullBinding
-
getReverseConverter
Deprecated.- Specified by:
getReverseConverterin interfaceFullBinding
-
setReverseConverter
Deprecated.- Specified by:
setReverseConverterin interfaceFullBinding
-