Subversion Repository Public Repository

litesoft

Diff Revisions 947 vs 948 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/client/widgets/SizeableTitledBorderedDockingPanel.java

Diff revisions: vs.
  @@ -3,21 +3,17 @@
3 3
4 4 import org.litesoft.GWT.client.widgets.nonpublic.*;
5 5
6 - public class SizeableTitledBorderedDockingPanel extends AbstractSizeableDockingPanel
7 - {
8 - public SizeableTitledBorderedDockingPanel( String pTitle )
9 - {
6 + public class SizeableTitledBorderedDockingPanel extends AbstractSizeableDockingPanel {
7 + public SizeableTitledBorderedDockingPanel( String pTitle ) {
10 8 this( pTitle, "LayoutSizeableTitledBorderedDockingPanel" );
11 9 }
12 10
13 - protected SizeableTitledBorderedDockingPanel( String pTitle, String pStyle )
14 - {
11 + protected SizeableTitledBorderedDockingPanel( String pTitle, String pStyle ) {
15 12 initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, pTitle ), pStyle );
16 13 LLstretchable();
17 14 }
18 15
19 - public SizeableTitledBorderedDockingPanel style( String pStyleName )
20 - {
16 + public SizeableTitledBorderedDockingPanel style( String pStyleName ) {
21 17 addStyleName( pStyleName );
22 18 return this;
23 19 }