Package org.apache.groovy.swing.binding
Interface FullBinding
- All Superinterfaces:
 BindingUpdatable
- All Known Implementing Classes:
 AbstractFullBinding,AbstractSyntheticBinding,MutualPropertyBinding,PropertyPathFullBinding
- Since:
 - Groovy 1.1
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidsetConverter(Closure converter) voidsetReverseConverter(Closure reverseConverter) voidsetSourceBinding(SourceBinding source) voidsetTargetBinding(TargetBinding target) voidsetValidator(Closure validator) Methods inherited from interface org.apache.groovy.swing.binding.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() 
 -