この DockPanel http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwDockPanel とそのコードを見てください:
dock.add(new HTML(constants.cwDockPanelNorth1()), DockPanel.NORTH);
dock.add(new HTML(constants.cwDockPanelSouth1()), DockPanel.SOUTH);
dock.add(new HTML(constants.cwDockPanelEast()), DockPanel.EAST);
dock.add(new HTML(constants.cwDockPanelWest()), DockPanel.WEST);
dock.add(new HTML(constants.cwDockPanelNorth2()), DockPanel.NORTH);
dock.add(new HTML(constants.cwDockPanelSouth2()), DockPanel.SOUTH);
Java の BorderLayout に似ていますか? それとも違いますか?
下の図の UiBinder で DockLayoutPanel を使用してレイアウトを設定する方法: センターを追加しないのはなぜですか? 私は混乱しています.UiBinderで上の写真のドックレイアウトを設定する方法も?