Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/SizeableVerticalPanel.java

Diff revisions: vs.
  @@ -1,42 +1,42 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets;
3 -
4 - import org.litesoft.GWT.client.widgets.nonpublic.*;
5 -
6 - public class SizeableVerticalPanel extends AbstractSizeableVerticalRegularPanel {
7 - protected SizeableVerticalPanel( boolean pOverflowHidden, String pStyle ) {
8 - initializeElements( getHelper().create_OeWidget_SeDiv_IeTableToTBody( pOverflowHidden ), //
9 - pStyle );
10 - }
11 -
12 - @Deprecated
13 - public SizeableVerticalPanel( boolean pOverflowHidden ) {
14 - this( pOverflowHidden, "LayoutSizeableVerticalPanel" );
15 - }
16 -
17 - public SizeableVerticalPanel() {
18 - this( true );
19 - }
20 -
21 - public SizeableVerticalPanel style( String pStyleName ) {
22 - addStyleName( pStyleName );
23 - return this;
24 - }
25 -
26 - //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
27 -
28 - public SizeableVerticalPanel stretchable() {
29 - LLstretchable();
30 - return this;
31 - }
32 -
33 - public SizeableVerticalPanel stretchableVertically() {
34 - LLstretchableVertically();
35 - return this;
36 - }
37 -
38 - public SizeableVerticalPanel stretchableHorizontally() {
39 - LLstretchableHorizontally();
40 - return this;
41 - }
42 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets;
3 +
4 + import org.litesoft.GWT.client.widgets.nonpublic.*;
5 +
6 + public class SizeableVerticalPanel extends AbstractSizeableVerticalRegularPanel {
7 + protected SizeableVerticalPanel( boolean pOverflowHidden, String pStyle ) {
8 + initializeElements( getHelper().create_OeWidget_SeDiv_IeTableToTBody( pOverflowHidden ), //
9 + pStyle );
10 + }
11 +
12 + @Deprecated
13 + public SizeableVerticalPanel( boolean pOverflowHidden ) {
14 + this( pOverflowHidden, "LayoutSizeableVerticalPanel" );
15 + }
16 +
17 + public SizeableVerticalPanel() {
18 + this( true );
19 + }
20 +
21 + public SizeableVerticalPanel style( String pStyleName ) {
22 + addStyleName( pStyleName );
23 + return this;
24 + }
25 +
26 + //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
27 +
28 + public SizeableVerticalPanel stretchable() {
29 + LLstretchable();
30 + return this;
31 + }
32 +
33 + public SizeableVerticalPanel stretchableVertically() {
34 + LLstretchableVertically();
35 + return this;
36 + }
37 +
38 + public SizeableVerticalPanel stretchableHorizontally() {
39 + LLstretchableHorizontally();
40 + return this;
41 + }
42 + }