Mixing layout scheme

10 views
Skip to first unread message

fg

unread,
May 23, 2012, 9:10:27 AM5/23/12
to Google Web Toolkit
RootPanel.get().add(firstBasicPanel);
RootPanel.get().add(secondBasicPanel);

RootLayoutPanel.get().add(firstLayoutPanel);
RootLayoutPanel.get().add(secondLayoutPanel);

RootPanel.get().add(thirdLayoutPanel);
RootLayoutPanel.get().add(thirdBasicPanel);

Theoretical, firstBasicPanel and secondBasicPanel underlying the same
layout system RootPanel are supposed to behave predictably,
respectively firstLayoutPanel and secondLayoutPanel underlying
RootLayoutPanel.

Would thirdLayoutPanel underlying the different layout system
RootPanel or thirdBasicPanel underlying RootLayoutPanel stirs
uncertainty in the ever perfection?
Reply all
Reply to author
Forward
0 new messages