public abstract class AbstractFullBinding extends Object implements FullBinding
| Modifier and Type | Field and Description |
|---|---|
protected groovy.lang.Closure |
converter |
protected groovy.lang.Closure |
reverseConverter |
protected SourceBinding |
sourceBinding |
protected TargetBinding |
targetBinding |
protected groovy.lang.Closure |
validator |
| Constructor and Description |
|---|
AbstractFullBinding() |
| Modifier and Type | Method and Description |
|---|---|
groovy.lang.Closure |
getConverter() |
groovy.lang.Closure |
getReverseConverter() |
SourceBinding |
getSourceBinding() |
TargetBinding |
getTargetBinding() |
groovy.lang.Closure |
getValidator() |
void |
reverseUpdate()
If supported, Causes the values to be propagated from the target to the source,
If not supported, an exception may be thrown
|
void |
setConverter(groovy.lang.Closure converter) |
void |
setReverseConverter(groovy.lang.Closure reverseConverter) |
void |
setSourceBinding(SourceBinding sourceBinding) |
void |
setTargetBinding(TargetBinding targetBinding) |
void |
setValidator(groovy.lang.Closure validator) |
void |
update()
Causes the values to be propagated from the source to the target
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, rebind, unbindprotected SourceBinding sourceBinding
protected TargetBinding targetBinding
protected groovy.lang.Closure validator
protected groovy.lang.Closure converter
protected groovy.lang.Closure reverseConverter
public void update()
BindingUpdatableupdate in interface BindingUpdatablepublic void reverseUpdate()
BindingUpdatablereverseUpdate in interface BindingUpdatablepublic SourceBinding getSourceBinding()
getSourceBinding in interface FullBindingpublic void setSourceBinding(SourceBinding sourceBinding)
setSourceBinding in interface FullBindingpublic TargetBinding getTargetBinding()
getTargetBinding in interface FullBindingpublic void setTargetBinding(TargetBinding targetBinding)
setTargetBinding in interface FullBindingpublic groovy.lang.Closure getValidator()
getValidator in interface FullBindingpublic void setValidator(groovy.lang.Closure validator)
setValidator in interface FullBindingpublic groovy.lang.Closure getConverter()
getConverter in interface FullBindingpublic void setConverter(groovy.lang.Closure converter)
setConverter in interface FullBindingpublic groovy.lang.Closure getReverseConverter()
getReverseConverter in interface FullBindingpublic void setReverseConverter(groovy.lang.Closure reverseConverter)
setReverseConverter in interface FullBinding