Re: Any thing in GWT for Gridlayout???

2010-01-08 Thread DaveS
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

Re: Any thing in GWT for Gridlayout???

2010-01-08 Thread Alejandro D. Garin
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 abhay.asi...@gmail.com wrote: Hi Do we have any thing in GWT to implement GridLayout I

Any thing in GWT for Gridlayout???

2010-01-07 Thread Abhay Singh
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