Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -31,6 +31,7 @@
31 31 }
32 32 }
33 33
34 + @Override
34 35 public SizeableVerticalFlowPanel style( String pStyleName )
35 36 {
36 37 addStyleName( pStyleName );
  @@ -39,6 +40,7 @@
39 40
40 41 //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
41 42
43 + @Override
42 44 public SizeableVerticalFlowPanel stretchable()
43 45 {
44 46 LLstretchable();
  @@ -162,6 +164,7 @@
162 164 private Long mReflowOnOrAfter = null;
163 165 private TimedRunnable mLaterReflow = new TimedRunnable()
164 166 {
167 + @Override
165 168 public Again runOnce()
166 169 {
167 170 if ( mReflowOnOrAfter != null )
  @@ -192,6 +195,7 @@
192 195
193 196 private String mLastWidth;
194 197
198 + @Override
195 199 public void setWidth( String width )
196 200 {
197 201 super.setWidth( width );
  @@ -220,6 +224,7 @@
220 224
221 225 private String mLastHeight;
222 226
227 + @Override
223 228 public void setHeight( String height )
224 229 {
225 230 super.setHeight( height );