Ah okay, FlowPanel + CSS sounds good to me
Thanks a lot people On Jun 30, 5:28 pm, Eric Metcalf <[email protected]> wrote: > If you want a true form, then use FormPanel (http://google-web- > toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ > ui/FormPanel.html) otherwise any panel like FlowPanel. UiBinder > (http://code.google.com/webtoolkit/doc/latest/DevGuideUiBinder.html) > makes it easier to create the panel. Add CSS to style it > appropriately(not tables). > > On Jun 30, 3:03 pm, isern <[email protected]> wrote: > > > Hello! I have a question to you guys: > > > What would you say it is the best way to lay out a form in GWT? > > > I read somewhere in the group Grid and FlexTable approaches. Grid > > seems to be not very flexible and FlexTable doesn't look "UIBinder > > friendly" > > > So I'm thinking about using pure CSS and divs. > > > What approach looks better to you? > > > Thanks a lot in advance. > > > J. -- 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.
