Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -14,6 +14,7 @@
14 14 // Style Element: Normally the Div that is sandwiched between the inner and outer tables
15 15 // Inner Element: Inner most Element
16 16
17 + @Override
17 18 protected AbstractSizeableHelper getHelper()
18 19 {
19 20 return mHelper;
  @@ -37,6 +38,7 @@
37 38 /**
38 39 * Removes all child widgets.
39 40 */
41 + @Override
40 42 public void clear()
41 43 {
42 44 Iterator<Widget> it = iterator();
  @@ -129,6 +131,7 @@
129 131 return DOM.getParent( getParentElement( pWidget ) );
130 132 }
131 133
134 + @Override
132 135 protected void onAttach()
133 136 {
134 137 super.onAttach();
  @@ -141,6 +144,7 @@
141 144 }
142 145 }
143 146
147 + @Override
144 148 protected void onDetach()
145 149 {
146 150 super.onDetach();