public class MutualPropertyBinding
| 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() |