public class MutualPropertyBinding
| Type | Name and description | 
|---|---|
| Closure | converter | 
| Closure | reverseConverter | 
| SourceBinding | sourceBinding | 
| TargetBinding | targetBinding | 
| Closure | validator | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | void | bind() | 
|  | Closure | getConverter() | 
|  | Closure | getReverseConverter() | 
|  | SourceBinding | getSourceBinding() | 
|  | TargetBinding | getTargetBinding() | 
|  | Closure | getValidator() | 
|  | void | rebind() | 
|  | protected void | rebuildBindings() | 
|  | void | reverseUpdate() | 
|  | void | setConverter(Closure converter) | 
|  | void | setReverseConverter(Closure reverseConverter) | 
|  | void | setSourceBinding(SourceBinding sourceBinding) | 
|  | void | setTargetBinding(TargetBinding targetBinding) | 
|  | void | setValidator(Closure validator) | 
|  | void | unbind() | 
|  | void | update() |