Seconded -- FlexTable is your friend here, and can cope with odd widgets or labels that are "too long" by using FlexTable.getFlexCellFormatter() to get the cell formatter, and then set 'colspan' (or rowspan) for some cells if necessary.
It can produce great results, and basically maps to an HTML table I believe. HTH Dave. On Jan 8, 6:09 am, Abdullah Shaikh <[email protected]> wrote: > In my case I have used FlexTable, I guess GridTable will also do. > > You can set the controls using setWidget(row, column, widget) > > - Abdullah > > On Fri, Jan 8, 2010 at 11:09 AM, Abhay Singh <[email protected]> wrote: > > Hi > > > Do we have any thing in GWT to implement GridLayout .... > > I need to designs a form having lots of text/check boxes in it, but > > facing problem in placing them > > properly and well aligned..... > > > I tried with combination of HorizontalPanel and VeticalPanel but this > > is too tidious and not getting proper aignment... > > what should i do... > > > Thanks... > > > -- > > 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.
