Package org.apache.groovy.swing.binding
Interface FullBinding
- All Superinterfaces:
- BindingUpdatable
- All Known Implementing Classes:
- AbstractFullBinding,- AbstractSyntheticBinding,- MutualPropertyBinding,- PropertyPathFullBinding
- Since:
- Groovy 1.1
- 
Method SummaryModifier 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.BindingUpdatablebind, rebind, reverseUpdate, unbind, update
- 
Method Details- 
getSourceBindingSourceBinding getSourceBinding()
- 
getTargetBindingTargetBinding getTargetBinding()
- 
setSourceBinding
- 
setTargetBinding
- 
setValidator
- 
getValidatorClosure getValidator()
- 
setConverter
- 
getConverterClosure getConverter()
- 
setReverseConverter
- 
getReverseConverterClosure getReverseConverter()
 
-