Actually, just noticed..
ResizeLayoutPanel<http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/ui/ResizeLayoutPanel.html>
looks
to do exactly what you want. It holds a LayoutPanel inside a regular Panel
and detects re-sizes, to provide onResize() events to it's one child
widget. So

<g:HeaderPanel>
    <my:HeaderWidget>
    <g:ResizeLayoutPanel>
       <g:DockLayoutPanel>
      ...

Should give you a DockLayoutPanel that changes size  dynamically depending
on the content of the header/footer widgets.

-- 
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.

Reply via email to