public class MutualPropertyBinding
| Type | Name and description |
|---|---|
groovy.lang.Closure |
converter |
groovy.lang.Closure |
reverseConverter |
SourceBinding |
sourceBinding |
TargetBinding |
targetBinding |
groovy.lang.Closure |
validator |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
bind() |
|
groovy.lang.Closure |
getConverter() |
|
groovy.lang.Closure |
getReverseConverter() |
|
SourceBinding |
getSourceBinding() |
|
TargetBinding |
getTargetBinding() |
|
groovy.lang.Closure |
getValidator() |
|
void |
rebind() |
|
protected void |
rebuildBindings() |
|
void |
reverseUpdate() |
|
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 |
unbind() |
|
void |
update() |