Can the UIBinder Template (MyWidget.ui.xml) and the owner java class MyWidget.java reside in different paths and not the same which is by default.
The reason is as follows. I am providing a library with custom widgets. These widgets have setter methods which can be used to change properties for the widget and hence do not need anther custom widget for minor modifications required by UI. e.g. a mygrid with 4 rows & 1 col AND a mygrid with 2 rows and 2 cols - all that was needed here was changing the row and col and everything else is still just like the same mygrid widget. This was possible by using UIBinder mechanism. Now I do not was the users of mygird to worry about the owner binder class , they should be simply be able to provide a MyGrid.ui.xml template. But since the owner class needs to be in the same path as the template, users have to also worry about implementing the owner class. Any ideas about this usage? Thanks Ashish -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
