Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -1,16 +1,16 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.GWT.client.widgets.nonpublic;
3 -
4 - import com.google.gwt.user.client.*;
5 -
6 - public class OuterSandwichHelper extends CommonElementHelper {
7 - /**
8 - * @return Two Element array w/ 0 = Outer (Table) & 1 = Inner (TD)
9 - */
10 - public Element[] create( String pStyleClassName ) {
11 - // AbstractSizeableWidget.LOGGER.fatal.log( "OuterSandwichHelper" );
12 - Element[] zElements = new Element[2];
13 - zElements[0] = zElements[1] = setDisplayTableCell( createDiv( pStyleClassName ) );
14 - return zElements;
15 - }
16 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.GWT.client.widgets.nonpublic;
3 +
4 + import com.google.gwt.user.client.*;
5 +
6 + public class OuterSandwichHelper extends CommonElementHelper {
7 + /**
8 + * @return Two Element array w/ 0 = Outer (Table) & 1 = Inner (TD)
9 + */
10 + public Element[] create( String pStyleClassName ) {
11 + // AbstractSizeableWidget.LOGGER.fatal.log( "OuterSandwichHelper" );
12 + Element[] zElements = new Element[2];
13 + zElements[0] = zElements[1] = setDisplayTableCell( createDiv( pStyleClassName ) );
14 + return zElements;
15 + }
16 + }