Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,33 +1,33 @@
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 SizeableBorderedHorizontalSplitPairPanel extends AbstractSizeableHorizontalSplitPairPanel {
7 - public SizeableBorderedHorizontalSplitPairPanel() {
8 - this( "LayoutSizeableBorderedHorizontalSplitPairPanel" );
9 - }
10 -
11 - protected SizeableBorderedHorizontalSplitPairPanel( String pStyle ) {
12 - initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTR( true, null ), pStyle );
13 - }
14 -
15 - public SizeableBorderedHorizontalSplitPairPanel style( String pStyleName ) {
16 - addStyleName( pStyleName );
17 - return this;
18 - }
19 -
20 - public SizeableBorderedHorizontalSplitPairPanel favorFirstWidget() {
21 - setFavorFirstWidget();
22 - return this;
23 - }
24 -
25 - public SizeableBorderedHorizontalSplitPairPanel stretchable() {
26 - return stretchableVertically();
27 - }
28 -
29 - public SizeableBorderedHorizontalSplitPairPanel stretchableVertically() {
30 - LLstretchableVertically();
31 - return this;
32 - }
33 - }
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 SizeableBorderedHorizontalSplitPairPanel extends AbstractSizeableHorizontalSplitPairPanel {
7 + public SizeableBorderedHorizontalSplitPairPanel() {
8 + this( "LayoutSizeableBorderedHorizontalSplitPairPanel" );
9 + }
10 +
11 + protected SizeableBorderedHorizontalSplitPairPanel( String pStyle ) {
12 + initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTR( true, null ), pStyle );
13 + }
14 +
15 + public SizeableBorderedHorizontalSplitPairPanel style( String pStyleName ) {
16 + addStyleName( pStyleName );
17 + return this;
18 + }
19 +
20 + public SizeableBorderedHorizontalSplitPairPanel favorFirstWidget() {
21 + setFavorFirstWidget();
22 + return this;
23 + }
24 +
25 + public SizeableBorderedHorizontalSplitPairPanel stretchable() {
26 + return stretchableVertically();
27 + }
28 +
29 + public SizeableBorderedHorizontalSplitPairPanel stretchableVertically() {
30 + LLstretchableVertically();
31 + return this;
32 + }
33 + }