Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 295 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/nonpublic/AbstractSizeableVerticalSplitPairPanel.java

Diff revisions: vs.
  @@ -16,6 +16,13 @@
16 16 LLstretchableVertically();
17 17 }
18 18
19 + public AbstractSizeableVerticalSplitPairPanel add( Widget pTopWidget, Widget pBottomWidget )
20 + {
21 + add( pTopWidget );
22 + add( pBottomWidget );
23 + return this;
24 + }
25 +
19 26 @Override
20 27 protected boolean aboutToAdopt( Widget pWidget, int pBeforeIndex )
21 28 {