204205206207208209210211212
if (!(proxy instanceof BindableProxy<?>)) { proxy = BindableProxyFactory.getBindableProxy(Assert.notNull(proxy), initialState); } Binding binding = getAgent().bind(widget, property, converter); bindings.put(property, binding); return this; }