org.gwtiger.tools.template.source.client
Class MyApp
java.lang.Object
org.gwtiger.client.screen.BaseEntryScreen
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().
|
Constructor Summary |
MyApp()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAIN_SCREEN
public static final int MAIN_SCREEN
- See Also:
- Constant Field Values
MyApp
public MyApp()
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