| 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 |
|---|---|---|
|
groovy.lang.Closure |
getConverter() |
|
groovy.lang.Closure |
getReverseConverter() |
|
SourceBinding |
getSourceBinding() |
|
TargetBinding |
getTargetBinding() |
|
groovy.lang.Closure |
getValidator() |
|
void |
setConverter(groovy.lang.Closure converter) |
|
void |
setReverseConverter(groovy.lang.Closure reverseConverter) |
|
void |
setSourceBinding(SourceBinding source) |
|
void |
setTargetBinding(TargetBinding target) |
|
void |
setValidator(groovy.lang.Closure validator) |
| Methods inherited from class | Name |
|---|---|
interface BindingUpdatable |
bind, rebind, reverseUpdate, unbind, update |