Subversion Repository Public Repository

litesoft

Diff Revisions 507 vs 508 for /trunk/GWT_Sandbox/MultiModule/groupFront/src/org/litesoft/sandbox/multimodule/groupfront/client/right/RightViewImpl.java

Diff revisions: vs.
  @@ -1,4 +1,4 @@
1 - package org.litesoft.sandbox.multimodule.groupfront.client.front;
1 + package org.litesoft.sandbox.multimodule.groupfront.client.right;
2 2
3 3 import org.litesoft.sandbox.multimodule.common.client.*;
4 4 import org.litesoft.sandbox.multimodule.common.client.support.*;
  @@ -7,7 +7,7 @@
7 7 import com.google.gwt.event.dom.client.*;
8 8 import com.google.gwt.user.client.ui.*;
9 9
10 - public class FrontViewImpl implements FrontView,
10 + public class RightViewImpl implements RightView,
11 11 FaceSwitcher
12 12 {
13 13 private final Places mCenter;
  @@ -15,9 +15,9 @@
15 15 private Presenter mPresenter;
16 16 private Long mLuckyId;
17 17
18 - public FrontViewImpl()
18 + public RightViewImpl()
19 19 {
20 - CubeFace zCubeFace = new CubeFace( this, "FrontGroup", mCenter = Places.Front, Places.Top, Places.Right, Places.Left, Places.Bottom );
20 + CubeFace zCubeFace = new CubeFace( this, "RightGroup", mCenter = Places.Right, Places.Top, Places.Right, Places.Left, Places.Bottom );
21 21
22 22 VerticalPanel zPanel = new VerticalPanel();
23 23 zPanel.setHorizontalAlignment( HasHorizontalAlignment.ALIGN_CENTER );