Re: Any thing in GWT for Gridlayout???
Hi, Have a look at gwt-mosaic FormLayout: http://69.20.122.77/gwt-mosaic-current/Showcase.html#CwQuickStartExample maybe this can help you. Alejandro. On Fri, Jan 8, 2010 at 2:39 AM, Abhay Singh 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 google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: Any thing in GWT for Gridlayout???
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 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 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 google-web-tool...@googlegroups.com. > > To unsubscribe from this group, send email to > > google-web-toolkit+unsubscr...@googlegroups.com > > . > > 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Re: Any thing in GWT for Gridlayout???
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 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 google-web-tool...@googlegroups.com. > To unsubscribe from this group, send email to > google-web-toolkit+unsubscr...@googlegroups.com > . > 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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
Any thing in GWT for Gridlayout???
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 google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.