Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,41 +3,34 @@
3 3
4 4 import org.litesoft.GWT.client.widgets.nonpublic.*;
5 5
6 - public class SizeableBorderedHorizontalPanel extends AbstractSizeableHorizontalRegularPanel
7 - {
8 - public SizeableBorderedHorizontalPanel( boolean pOverflowHidden )
9 - {
6 + public class SizeableBorderedHorizontalPanel extends AbstractSizeableHorizontalRegularPanel {
7 + public SizeableBorderedHorizontalPanel( boolean pOverflowHidden ) {
10 8 this( pOverflowHidden, "LayoutSizeableBorderedHorizontalPanel" );
11 9 }
12 10
13 - protected SizeableBorderedHorizontalPanel( boolean pOverflowHidden, String pStyle )
14 - {
11 + protected SizeableBorderedHorizontalPanel( boolean pOverflowHidden, String pStyle ) {
15 12 initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTR( pOverflowHidden, null ), //
16 13 pStyle );
17 14 }
18 15
19 - public SizeableBorderedHorizontalPanel style( String pStyleName )
20 - {
16 + public SizeableBorderedHorizontalPanel style( String pStyleName ) {
21 17 addStyleName( pStyleName );
22 18 return this;
23 19 }
24 20
25 21 //****** Implementation Code Block to support delegation to AbsoluteSizeHelper
26 22
27 - public SizeableBorderedHorizontalPanel stretchable()
28 - {
23 + public SizeableBorderedHorizontalPanel stretchable() {
29 24 LLstretchable();
30 25 return this;
31 26 }
32 27
33 - public SizeableBorderedHorizontalPanel stretchableVertically()
34 - {
28 + public SizeableBorderedHorizontalPanel stretchableVertically() {
35 29 LLstretchableVertically();
36 30 return this;
37 31 }
38 32
39 - public SizeableBorderedHorizontalPanel stretchableHorizontally()
40 - {
33 + public SizeableBorderedHorizontalPanel stretchableHorizontally() {
41 34 LLstretchableHorizontally();
42 35 return this;
43 36 }