Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/SizeableHorizontalPanel.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 SizeableHorizontalPanel extends AbstractSizeableHorizontalRegularPanel {
7 - public SizeableHorizontalPanel() {
8 - this( true );
9 - }
10 -
11 - @Deprecated
12 - public SizeableHorizontalPanel( boolean pOverflowHidden ) {
13 - this( pOverflowHidden, "LayoutSizeableHorizontalPanel" );
14 - }
15 -
16 - protected SizeableHorizontalPanel( boolean pOverflowHidden, String pStyle ) {
17 - initializeElements( getHelper().create_OeWidget_SeDiv_IeTableToTR( pOverflowHidden ), //
18 - pStyle );
19 - }
20 -
21 - public SizeableHorizontalPanel style( String pStyleName ) {
22 - addStyleName( pStyleName );
23 - return this;
24 - }
25 -
26 - //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
27 -
28 - public SizeableHorizontalPanel stretchable() {
29 - LLstretchable();
30 - return this;
31 - }
32 -
33 - public SizeableHorizontalPanel stretchableVertically() {
34 - LLstretchableVertically();
35 - return this;
36 - }
37 -
38 - public SizeableHorizontalPanel 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 SizeableHorizontalPanel extends AbstractSizeableHorizontalRegularPanel {
7 + public SizeableHorizontalPanel() {
8 + this( true );
9 + }
10 +
11 + @Deprecated
12 + public SizeableHorizontalPanel( boolean pOverflowHidden ) {
13 + this( pOverflowHidden, "LayoutSizeableHorizontalPanel" );
14 + }
15 +
16 + protected SizeableHorizontalPanel( boolean pOverflowHidden, String pStyle ) {
17 + initializeElements( getHelper().create_OeWidget_SeDiv_IeTableToTR( pOverflowHidden ), //
18 + pStyle );
19 + }
20 +
21 + public SizeableHorizontalPanel style( String pStyleName ) {
22 + addStyleName( pStyleName );
23 + return this;
24 + }
25 +
26 + //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
27 +
28 + public SizeableHorizontalPanel stretchable() {
29 + LLstretchable();
30 + return this;
31 + }
32 +
33 + public SizeableHorizontalPanel stretchableVertically() {
34 + LLstretchableVertically();
35 + return this;
36 + }
37 +
38 + public SizeableHorizontalPanel stretchableHorizontally() {
39 + LLstretchableHorizontally();
40 + return this;
41 + }
42 + }