1 Reply Latest reply on Aug 11, 2014 7:29 AM by chaluwa

    Errai Databing SRC Code ??

    chaluwa

      Hello guys, I need to look at how errai databing binds a DOM element to a Bean's field such that what is typed into a bound HTML input element is automatically set to the appropriate bean's field. I want to be able to do same for polymer's paper elements. What specific source code in errai data-binding should I look at?

        • 1. Re: Errai Databing SRC Code ??
          chaluwa

          I found what I needed in org.jboss.errai.databinding.client.BindableProxyAgent.java especially in the bind(final Widget w, final String p, final Converter c) method. I have been able to implement Polymer's core-input, paper-input, paper-checkbox, core-selector, paper-radio-button, and paper-radio-group in Errai UI templates, complete with data-binding too.

           

          See errai-polymer at : chalu/errai-polymer · GitHub