Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/GWT_Sandbox/InitFrom/src/org/litesoft/initfrom/client/ui/views/home/HomeFactory.java

Diff revisions: vs.
  @@ -1,17 +1,17 @@
1 - package org.litesoft.initfrom.client.ui.views.home;
2 -
3 - import org.litesoft.GWT.client.view.*;
4 - import org.litesoft.core.*;
5 - import org.litesoft.initfrom.client.*;
6 - import org.litesoft.uispecification.*;
7 -
8 - public class HomeFactory extends ScreenViewFactory {
9 - public HomeFactory() {
10 - super( ViewDefs.HOME );
11 - }
12 -
13 - @Override
14 - public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
15 - return new Home();
16 - }
17 - }
1 + package org.litesoft.initfrom.client.ui.views.home;
2 +
3 + import org.litesoft.GWT.client.view.*;
4 + import org.litesoft.core.*;
5 + import org.litesoft.initfrom.client.*;
6 + import org.litesoft.uispecification.*;
7 +
8 + public class HomeFactory extends ScreenViewFactory {
9 + public HomeFactory() {
10 + super( ViewDefs.HOME );
11 + }
12 +
13 + @Override
14 + public ScreenView createScreen( ClientContext pClientContext, UriFragmentIdParams pParams ) {
15 + return new Home();
16 + }
17 + }