Yes, I agree. Even if my proposed method worked, it is not meant for this. 
If anything, CSS3 Media Queries are meant for this. Alas, gwt doesnt support 
them yet.

My advice: as much as possible, build fluid layouts that scale to the amount 
of room on the screen. If you need a master/details view in landscape and a 
details view in portrait do that in code, with a view handling a custom 
OrientationChange event on the event bus.

Also, don't think you absolutely have to do this with CSS alone. You can 
swap out Views and keep the presenters the same. Only thing is make sure in 
the final implementation you handle the details, like persisting scroll 
location.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/5quwFYzkhEQJ.
To post to this group, send email to google-web-toolkit@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.

Reply via email to