Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,47 +1,47 @@
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 - import org.litesoft.uispecification.*;
6 -
7 - import com.google.gwt.user.client.ui.*;
8 -
9 - public class SizeableTitledBorderedVerticalSplitPairPanel extends AbstractSizeableVerticalSplitPairPanel {
10 - public SizeableTitledBorderedVerticalSplitPairPanel( String pTitle, UiFont pTitleFont ) {
11 - this( pTitle );
12 - ApplyFont.to( pTitleFont, getHelper().getFieldSetLegend() );
13 - }
14 -
15 - public SizeableTitledBorderedVerticalSplitPairPanel( String pTitle ) {
16 - this( pTitle, "LayoutSizeableTitledBorderedVerticalSplitPairPanel" );
17 - }
18 -
19 - protected SizeableTitledBorderedVerticalSplitPairPanel( String pTitle, String pStyle ) {
20 - initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, pTitle ), //
21 - pStyle );
22 - }
23 -
24 - public SizeableTitledBorderedVerticalSplitPairPanel style( String pStyleName ) {
25 - addStyleName( pStyleName );
26 - return this;
27 - }
28 -
29 - public SizeableTitledBorderedVerticalSplitPairPanel favorFirstWidget() {
30 - setFavorFirstWidget();
31 - return this;
32 - }
33 -
34 - public SizeableTitledBorderedVerticalSplitPairPanel stretchable() {
35 - return stretchableHorizontally();
36 - }
37 -
38 - public SizeableTitledBorderedVerticalSplitPairPanel stretchableHorizontally() {
39 - LLstretchableHorizontally();
40 - return this;
41 - }
42 -
43 - public SizeableTitledBorderedVerticalSplitPairPanel setLegendAlignment( HasHorizontalAlignment.HorizontalAlignmentConstant pAlign ) {
44 - CommonElementHelper.setTDalign( getHelper().getFieldSetLegend(), pAlign );
45 - return this;
46 - }
47 - }
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 + import org.litesoft.uispecification.*;
6 +
7 + import com.google.gwt.user.client.ui.*;
8 +
9 + public class SizeableTitledBorderedVerticalSplitPairPanel extends AbstractSizeableVerticalSplitPairPanel {
10 + public SizeableTitledBorderedVerticalSplitPairPanel( String pTitle, UiFont pTitleFont ) {
11 + this( pTitle );
12 + ApplyFont.to( pTitleFont, getHelper().getFieldSetLegend() );
13 + }
14 +
15 + public SizeableTitledBorderedVerticalSplitPairPanel( String pTitle ) {
16 + this( pTitle, "LayoutSizeableTitledBorderedVerticalSplitPairPanel" );
17 + }
18 +
19 + protected SizeableTitledBorderedVerticalSplitPairPanel( String pTitle, String pStyle ) {
20 + initializeElements( getHelper().create_OeWidget_SeFieldSet_IeTableToTBody( true, pTitle ), //
21 + pStyle );
22 + }
23 +
24 + public SizeableTitledBorderedVerticalSplitPairPanel style( String pStyleName ) {
25 + addStyleName( pStyleName );
26 + return this;
27 + }
28 +
29 + public SizeableTitledBorderedVerticalSplitPairPanel favorFirstWidget() {
30 + setFavorFirstWidget();
31 + return this;
32 + }
33 +
34 + public SizeableTitledBorderedVerticalSplitPairPanel stretchable() {
35 + return stretchableHorizontally();
36 + }
37 +
38 + public SizeableTitledBorderedVerticalSplitPairPanel stretchableHorizontally() {
39 + LLstretchableHorizontally();
40 + return this;
41 + }
42 +
43 + public SizeableTitledBorderedVerticalSplitPairPanel setLegendAlignment( HasHorizontalAlignment.HorizontalAlignmentConstant pAlign ) {
44 + CommonElementHelper.setTDalign( getHelper().getFieldSetLegend(), pAlign );
45 + return this;
46 + }
47 + }