Interface FullBinding
- All Superinterfaces:
BindingUpdatable
- All Known Implementing Classes:
AbstractFullBinding, AbstractSyntheticBinding, MutualPropertyBinding, PropertyPathFullBinding
- Since:
- Groovy 1.1
- Version:
- $Revision$
- Author:
- Danno Ferrin
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetConverter(Closure converter) voidsetReverseConverter(Closure reverseConverter) voidsetSourceBinding(SourceBinding source) voidsetTargetBinding(TargetBinding target) voidsetValidator(Closure validator) Methods inherited from interface BindingUpdatable
bind, rebind, reverseUpdate, unbind, update
-
Method Details
-
getSourceBinding
SourceBinding getSourceBinding() -
getTargetBinding
TargetBinding getTargetBinding() -
setSourceBinding
-
setTargetBinding
-
setValidator
-
getValidator
Closure getValidator() -
setConverter
-
getConverter
Closure getConverter() -
setReverseConverter
-
getReverseConverter
Closure getReverseConverter()
-