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 SummaryFields Modifier and Type Field Description protected ClosureconverterDeprecated.protected ClosurereverseConverterDeprecated.protected SourceBindingsourceBindingDeprecated.protected TargetBindingtargetBindingDeprecated.protected ClosurevalidatorDeprecated.
- 
Constructor SummaryConstructors Constructor Description AbstractFullBinding()Deprecated.
- 
Method SummaryModifier 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 targetMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.codehaus.groovy.binding.BindingUpdatablebind, rebind, unbind
- 
Field Details- 
sourceBindingDeprecated.
- 
targetBindingDeprecated.
- 
validatorDeprecated.
- 
converterDeprecated.
- 
reverseConverterDeprecated.
 
- 
- 
Constructor Details- 
AbstractFullBindingpublic AbstractFullBinding()Deprecated.
 
- 
- 
Method Details- 
updatepublic void update()Deprecated.Description copied from interface:BindingUpdatableCauses the values to be propagated from the source to the target- Specified by:
- updatein interface- BindingUpdatable
 
- 
reverseUpdatepublic 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 interface- BindingUpdatable
 
- 
getSourceBindingDeprecated.- Specified by:
- getSourceBindingin interface- FullBinding
 
- 
setSourceBindingDeprecated.- Specified by:
- setSourceBindingin interface- FullBinding
 
- 
getTargetBindingDeprecated.- Specified by:
- getTargetBindingin interface- FullBinding
 
- 
setTargetBindingDeprecated.- Specified by:
- setTargetBindingin interface- FullBinding
 
- 
getValidatorDeprecated.- Specified by:
- getValidatorin interface- FullBinding
 
- 
setValidatorDeprecated.- Specified by:
- setValidatorin interface- FullBinding
 
- 
getConverterDeprecated.- Specified by:
- getConverterin interface- FullBinding
 
- 
setConverterDeprecated.- Specified by:
- setConverterin interface- FullBinding
 
- 
getReverseConverterDeprecated.- Specified by:
- getReverseConverterin interface- FullBinding
 
- 
setReverseConverterDeprecated.- Specified by:
- setReverseConverterin interface- FullBinding
 
 
-