Re: Questions about GWT Layout mechanism

2012-02-10 Thread Ümit Seren
The LayoutPanels will propogate the resize event by using the ProvidesResizeand RequiresResize

Questions about GWT Layout mechanism

2012-02-09 Thread linhua
1. If I resize a DockLayoutPanel, then which method in DockLayoutPanel will be called to redo layout? 2. Here is my case: MyOwnScrollPanel contains DockLayoutPanel (in center) contains another DockLayoutPanel. (We call it panel2) I override the onResize() method in MyOwnScrollPanel, it sets its c