Now that we have LayoutPanel and its derivatives, are we supposed to
eschew VerticalPanel and HorizontalPanel because they use HTML tables
behind the scenes? If so, what is the right approach to use now?
I suppose I can mimic HorizontalPanel with a FlowPanel and inline
display style, and mimic VerticalPanel with FlowPanel and block
display style. But I am guessing that I am missing some more
straightforward use of LayoutPanel.
What is the recommended way to make a single row of widgets or a
single column of widgets in GWT 2?
Thanks!
- Marty
------------
GWT 2.0 Training Course: http://courses.coreservlets.com/public-courses/gwt/
--
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.