Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 23 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/datatables/ResizableWidgetAdaptor.java

Diff revisions: vs.
  @@ -18,13 +18,16 @@
18 18 /**
19 19 * Called when the size is initialized and thereafter when the size changes.
20 20 */
21 + @Override
21 22 public abstract void onResize(int pWidth, int pHeight);
22 23
24 + @Override
23 25 public boolean isAttached()
24 26 {
25 27 return mAttachWidget.isAttached();
26 28 }
27 29
30 + @Override
28 31 public Element getElement()
29 32 {
30 33 return mElement;