Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/widgets/SizeableBorderedVerticalSplitPairPanel.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 SizeableBorderedVerticalSplitPairPanel extends AbstractSizeableVerticalSplitPairPanel {
7 - public SizeableBorderedVerticalSplitPairPanel() {
8 - this( "LayoutSizeableBorderedVerticalSplitPairPanel" );
9 - }
10 -
11 - protected SizeableBorderedVerticalSplitPairPanel( String pStyle ) {
12 - initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, null ), pStyle );
13 - }
14 -
15 - public SizeableBorderedVerticalSplitPairPanel style( String pStyleName ) {
16 - addStyleName( pStyleName );
17 - return this;
18 - }
19 -
20 - public SizeableBorderedVerticalSplitPairPanel favorFirstWidget() {
21 - setFavorFirstWidget();
22 - return this;
23 - }
24 -
25 - public SizeableBorderedVerticalSplitPairPanel stretchable() {
26 - return stretchableHorizontally();
27 - }
28 -
29 - public SizeableBorderedVerticalSplitPairPanel stretchableHorizontally() {
30 - LLstretchableHorizontally();
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 SizeableBorderedVerticalSplitPairPanel extends AbstractSizeableVerticalSplitPairPanel {
7 + public SizeableBorderedVerticalSplitPairPanel() {
8 + this( "LayoutSizeableBorderedVerticalSplitPairPanel" );
9 + }
10 +
11 + protected SizeableBorderedVerticalSplitPairPanel( String pStyle ) {
12 + initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, null ), pStyle );
13 + }
14 +
15 + public SizeableBorderedVerticalSplitPairPanel style( String pStyleName ) {
16 + addStyleName( pStyleName );
17 + return this;
18 + }
19 +
20 + public SizeableBorderedVerticalSplitPairPanel favorFirstWidget() {
21 + setFavorFirstWidget();
22 + return this;
23 + }
24 +
25 + public SizeableBorderedVerticalSplitPairPanel stretchable() {
26 + return stretchableHorizontally();
27 + }
28 +
29 + public SizeableBorderedVerticalSplitPairPanel stretchableHorizontally() {
30 + LLstretchableHorizontally();
31 + return this;
32 + }
33 + }