Tuesday, February 4, 2014

How to set Ui:Field name for HTML tag (not Google Widget)?

 

I want to set Ui:Field name for HTML tag (not Google Widget), something like this:

in my UiBinder file

<g:HTMLPanel>     <table> <tr ui:field="myRow"><td>Test</td></tr></table>  </g:HTMLPanel>  

And my View.java

@UiField Tr myRow;  

Can we do this? how to do it properly? 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment