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 TypeMethodDescriptionvoid
setConverter
(Closure converter) void
setReverseConverter
(Closure reverseConverter) void
setSourceBinding
(SourceBinding source) void
setTargetBinding
(TargetBinding target) void
setValidator
(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()
-