Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,20 +1,20 @@
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 SizeableBorderedDockingPanel extends AbstractSizeableDockingPanel {
7 - public SizeableBorderedDockingPanel() {
8 - this( "LayoutSizeableBorderedDockingPanel" );
9 - }
10 -
11 - protected SizeableBorderedDockingPanel( String pStyle ) {
12 - initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, null ), pStyle );
13 - LLstretchable();
14 - }
15 -
16 - public SizeableBorderedDockingPanel style( String pStyleName ) {
17 - addStyleName( pStyleName );
18 - return this;
19 - }
20 - }
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 SizeableBorderedDockingPanel extends AbstractSizeableDockingPanel {
7 + public SizeableBorderedDockingPanel() {
8 + this( "LayoutSizeableBorderedDockingPanel" );
9 + }
10 +
11 + protected SizeableBorderedDockingPanel( String pStyle ) {
12 + initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, null ), pStyle );
13 + LLstretchable();
14 + }
15 +
16 + public SizeableBorderedDockingPanel style( String pStyleName ) {
17 + addStyleName( pStyleName );
18 + return this;
19 + }
20 + }