Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,37 +1,37 @@
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 SizeableBorderedHorizontalPanel extends AbstractSizeableHorizontalRegularPanel {
7 - public SizeableBorderedHorizontalPanel( boolean pOverflowHidden ) {
8 - this( pOverflowHidden, "LayoutSizeableBorderedHorizontalPanel" );
9 - }
10 -
11 - protected SizeableBorderedHorizontalPanel( boolean pOverflowHidden, String pStyle ) {
12 - initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTR( pOverflowHidden, null ), //
13 - pStyle );
14 - }
15 -
16 - public SizeableBorderedHorizontalPanel style( String pStyleName ) {
17 - addStyleName( pStyleName );
18 - return this;
19 - }
20 -
21 - //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
22 -
23 - public SizeableBorderedHorizontalPanel stretchable() {
24 - LLstretchable();
25 - return this;
26 - }
27 -
28 - public SizeableBorderedHorizontalPanel stretchableVertically() {
29 - LLstretchableVertically();
30 - return this;
31 - }
32 -
33 - public SizeableBorderedHorizontalPanel stretchableHorizontally() {
34 - LLstretchableHorizontally();
35 - return this;
36 - }
37 - }
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 SizeableBorderedHorizontalPanel extends AbstractSizeableHorizontalRegularPanel {
7 + public SizeableBorderedHorizontalPanel( boolean pOverflowHidden ) {
8 + this( pOverflowHidden, "LayoutSizeableBorderedHorizontalPanel" );
9 + }
10 +
11 + protected SizeableBorderedHorizontalPanel( boolean pOverflowHidden, String pStyle ) {
12 + initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTR( pOverflowHidden, null ), //
13 + pStyle );
14 + }
15 +
16 + public SizeableBorderedHorizontalPanel style( String pStyleName ) {
17 + addStyleName( pStyleName );
18 + return this;
19 + }
20 +
21 + //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
22 +
23 + public SizeableBorderedHorizontalPanel stretchable() {
24 + LLstretchable();
25 + return this;
26 + }
27 +
28 + public SizeableBorderedHorizontalPanel stretchableVertically() {
29 + LLstretchableVertically();
30 + return this;
31 + }
32 +
33 + public SizeableBorderedHorizontalPanel stretchableHorizontally() {
34 + LLstretchableHorizontally();
35 + return this;
36 + }
37 + }