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 TypeMethodDescriptiongroovy.lang.Closuregroovy.lang.Closuregroovy.lang.ClosurevoidsetConverter(groovy.lang.Closure converter) voidsetReverseConverter(groovy.lang.Closure reverseConverter) voidsetSourceBinding(SourceBinding source) voidsetTargetBinding(TargetBinding target) voidsetValidator(groovy.lang.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
void setValidator(groovy.lang.Closure validator) -
getValidator
groovy.lang.Closure getValidator() -
setConverter
void setConverter(groovy.lang.Closure converter) -
getConverter
groovy.lang.Closure getConverter() -
setReverseConverter
void setReverseConverter(groovy.lang.Closure reverseConverter) -
getReverseConverter
groovy.lang.Closure getReverseConverter()
-