org.gwtiger.tools.template.source.client.screen
Class BaseMyAppScreen

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.google.gwt.user.client.ui.Composite
              extended by org.gwtiger.client.screen.BaseScreen
                  extended by org.gwtiger.tools.template.source.client.screen.BaseMyAppScreen
All Implemented Interfaces:
com.google.gwt.user.client.EventListener
Direct Known Subclasses:
LeftPanel, LoginScreen, LogoutScreen, MainScreen, TopPanel

public abstract class BaseMyAppScreen
extends BaseScreen


Constructor Summary
BaseMyAppScreen()
           
 
Method Summary
 MyAppServiceAsync getService()
           
 
Methods inherited from class org.gwtiger.client.screen.BaseScreen
clear, close, getCookie, getGWTigerMessages, getHyperlink, getHyperlink, getHyperlink, getHyperlink, getImages, load, load, load, setCookie, setCookie, setErrorStyle, setErrorText, setLoadingText, setTitleStyle, setTitleText, showError, showLoading
 
Methods inherited from class com.google.gwt.user.client.ui.Composite
getElement, isAttached
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
getParent, onBrowserEvent, removeFromParent
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setSize, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkEvents, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BaseMyAppScreen

public BaseMyAppScreen()
Method Detail

getService

public MyAppServiceAsync getService()