org.eaglei.datatools.client
Class AbstractEntryPoint
java.lang.Object
org.eaglei.datatools.client.AbstractEntryPoint
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
public abstract class AbstractEntryPoint
- extends java.lang.Object
- implements com.google.gwt.core.client.EntryPoint
- Author:
- "Sravan Cheriyala" Started Mar 21, 2011
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentUser
protected static java.lang.String currentUser
mainDiv
protected com.google.gwt.user.client.ui.FlowPanel mainDiv
datatoolsDiv1
protected com.google.gwt.user.client.ui.FlowPanel datatoolsDiv1
datatoolsDiv2
protected static com.google.gwt.user.client.ui.FlowPanel datatoolsDiv2
datatoolsTitleDiv
protected com.google.gwt.user.client.ui.FlowPanel datatoolsTitleDiv
datatoolsTitle
protected com.google.gwt.user.client.ui.HTML datatoolsTitle
mainPanel
protected com.google.gwt.user.client.ui.FlowPanel mainPanel
isRefresh
protected static boolean isRefresh
topPanel
protected TopPanel topPanel
initialized
protected boolean initialized
leftList
protected LeftListPanel leftList
mainController
protected MainController mainController
dataPanel
protected static final com.google.gwt.user.client.ui.FlowPanel dataPanel
loginLogout
protected LoginLogoutPanel loginLogout
glasspane
protected static final EagleiGlassPane glasspane
providerCache
protected ResourceProviderCache providerCache
log
protected static GWTLogger log
workbench
protected static Workbench workbench
breadcrumbs
protected BreadcrumbWidget breadcrumbs
AbstractEntryPoint
public AbstractEntryPoint()
initialize
protected abstract void initialize()
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint
showGlasspane
public static void showGlasspane()
hideGlasspane
public static void hideGlasspane()
isGlasspaneShowing
public static boolean isGlasspaneShowing()
clearDataPanel
public static void clearDataPanel()
handleLoginRequired
public static void handleLoginRequired()
showData
public static void showData(com.google.gwt.user.client.ui.Widget widget)
setUser
public static void setUser(org.eaglei.datatools.User user)
setIsRefresh
public static void setIsRefresh(boolean refreshing)
addWelcomeUserText
public static void addWelcomeUserText()
showLoginPanel
protected void showLoginPanel()
showWorkbench
public static void showWorkbench()
addTopPanel
public void addTopPanel()
attachUserToState
public java.lang.String attachUserToState()
setRefreshFlag
public void setRefreshFlag()
Copyright © 2009-2011 Eagle-I. All Rights Reserved.