Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -4,30 +4,24 @@
4 4 import org.litesoft.GWT.client.widgets.nonpublic.*;
5 5 import org.litesoft.render.*;
6 6
7 - public class NewSizableSimplePanel extends AbstractSizableSimplePanel
8 - {
9 - public NewSizableSimplePanel( StyleSet pStyleSet, RenderContainmentApproach pRCA )
10 - {
7 + public class NewSizableSimplePanel extends AbstractSizableSimplePanel {
8 + public NewSizableSimplePanel( StyleSet pStyleSet, RenderContainmentApproach pRCA ) {
11 9 super( pStyleSet, pRCA );
12 10 }
13 11
14 - public NewSizableSimplePanel( StyleSet pStyleSet, RCApair pRCApair )
15 - {
12 + public NewSizableSimplePanel( StyleSet pStyleSet, RCApair pRCApair ) {
16 13 super( pStyleSet, pRCApair );
17 14 }
18 15
19 - public NewSizableSimplePanel( StyleSet pStyleSet )
20 - {
16 + public NewSizableSimplePanel( StyleSet pStyleSet ) {
21 17 super( pStyleSet, RCApair.NULL );
22 18 }
23 19
24 - public NewSizableSimplePanel( RenderContainmentApproach pRCA )
25 - {
20 + public NewSizableSimplePanel( RenderContainmentApproach pRCA ) {
26 21 super( null, pRCA );
27 22 }
28 23
29 - public NewSizableSimplePanel style( String pStyleName )
30 - {
24 + public NewSizableSimplePanel style( String pStyleName ) {
31 25 addStyleName( pStyleName );
32 26 return this;
33 27 }