Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -3,13 +3,11 @@
3 3
4 4 import com.google.gwt.user.client.*;
5 5
6 - public class OuterSandwichHelper extends CommonElementHelper
7 - {
6 + public class OuterSandwichHelper extends CommonElementHelper {
8 7 /**
9 8 * @return Two Element array w/ 0 = Outer (Table) & 1 = Inner (TD)
10 9 */
11 - public Element[] create( String pStyleClassName )
12 - {
10 + public Element[] create( String pStyleClassName ) {
13 11 // AbstractSizeableWidget.LOGGER.fatal.log( "OuterSandwichHelper" );
14 12 Element[] zElements = new Element[2];
15 13 zElements[0] = zElements[1] = setDisplayTableCell( createDiv( pStyleClassName ) );