org.eaglei.datatools.client
Class AbstractEntryPoint

java.lang.Object
  extended by 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

Field Summary
protected  BreadcrumbWidget breadcrumbs
           
protected static java.lang.String currentUser
           
protected static com.google.gwt.user.client.ui.FlowPanel dataPanel
           
protected  com.google.gwt.user.client.ui.FlowPanel datatoolsDiv1
           
protected static com.google.gwt.user.client.ui.FlowPanel datatoolsDiv2
           
protected  com.google.gwt.user.client.ui.HTML datatoolsTitle
           
protected  com.google.gwt.user.client.ui.FlowPanel datatoolsTitleDiv
           
protected static EagleiGlassPane glasspane
           
protected  boolean initialized
           
protected static boolean isRefresh
           
protected  LeftListPanel leftList
           
protected static GWTLogger log
           
protected  LoginLogoutPanel loginLogout
           
protected  MainController mainController
           
protected  com.google.gwt.user.client.ui.FlowPanel mainDiv
           
protected  com.google.gwt.user.client.ui.FlowPanel mainPanel
           
protected  ResourceProviderCache providerCache
           
protected  TopPanel topPanel
           
protected static Workbench workbench
           
 
Constructor Summary
AbstractEntryPoint()
           
 
Method Summary
 void addTopPanel()
           
static void addWelcomeUserText()
           
 java.lang.String attachUserToState()
           
static void clearDataPanel()
           
static void handleLoginRequired()
           
static void hideGlasspane()
           
protected abstract  void initialize()
           
static boolean isGlasspaneShowing()
           
 void onModuleLoad()
           
static void setIsRefresh(boolean refreshing)
           
 void setRefreshFlag()
           
static void setUser(org.eaglei.datatools.User user)
           
static void showData(com.google.gwt.user.client.ui.Widget widget)
           
static void showGlasspane()
           
protected  void showLoginPanel()
           
static void showWorkbench()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

AbstractEntryPoint

public AbstractEntryPoint()
Method Detail

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.