Same as other widgets. @UiField Grid myGrid;
or @UiField(provided = true) Grid myGrid = new Grid(1,1); Depending on what you're doing. On Mar 22, 2010 9:50 AM, "gadaleta.marco" <[email protected]> wrote: but if i want to use grid inside code, how can bind it with uibinder method? On 20 Mar, 18:33, Tristan <[email protected]> wrote: > someone said this here before, but it might be easier to use > > <g:HTMLPanel> > <table> > <tr> > .... > etc... > </g:HTMLPanel> > > On Mar 20, 11:45 am, "gadaleta.marco" <[email protected]> > wrote: > > > > > Can anyone help me to usegridwidget insideuibinder? > > > Thx > > Marco -- 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.
