Considering we use the <g:XXXX> panel's and widgets and provide our own customized unique ui.xml (in a different location). It would seems highly likely.
Maybe the GWT source code is worth a look to see how it does it. http://code.google.com/p/google-web-toolkit/source/browse/#svn/trunk/user/src/com/google/gwt/user/client/ui Sorry I can't be of more help. On Tue, Feb 23, 2010 at 5:48 AM, Ashish Khivesara < [email protected]> wrote: > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
