org.gwtiger.tools.template.source.client
Class MyApp

java.lang.Object
  extended by org.gwtiger.client.screen.BaseEntryScreen
      extended by org.gwtiger.tools.template.source.client.MyApp
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint, com.google.gwt.user.client.HistoryListener, com.google.gwt.user.client.WindowResizeListener, java.util.EventListener

public class MyApp
extends BaseEntryScreen
implements com.google.gwt.user.client.WindowResizeListener

Entry point classes define onModuleLoad().


Field Summary
static int MAIN_SCREEN
           
 
Fields inherited from class org.gwtiger.client.screen.BaseEntryScreen
historyPrefix
 
Constructor Summary
MyApp()
           
 
Method Summary
static MyApp get()
           
 void onModuleLoad()
          This is the entry point method.
 void onWindowResized(int width, int height)
           
 void setLoginScreen()
           
 void setLogoutScreen()
           
 void setMainScreen(User user)
           
 
Methods inherited from class org.gwtiger.client.screen.BaseEntryScreen
addHistorySupport, changeHistory, getScreen, onHistoryChanged, reset_screens, showLoading, showScreen, showScreen, showScreen, showScreen
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAIN_SCREEN

public static final int MAIN_SCREEN
See Also:
Constant Field Values
Constructor Detail

MyApp

public MyApp()
Method Detail

get

public static MyApp get()

setMainScreen

public void setMainScreen(User user)

onModuleLoad

public void onModuleLoad()
This is the entry point method.

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

setLoginScreen

public void setLoginScreen()

setLogoutScreen

public void setLogoutScreen()

onWindowResized

public void onWindowResized(int width,
                            int height)
Specified by:
onWindowResized in interface com.google.gwt.user.client.WindowResizeListener