org.kuali.student.lum.lu.ui.main.client
Class LUMMainEntryPoint

java.lang.Object
  extended by org.kuali.student.lum.lu.ui.main.client.LUMMainEntryPoint
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

public class LUMMainEntryPoint
extends Object
implements com.google.gwt.core.client.EntryPoint


Field Summary
private  ApplicationHeader header
           
private  AppLocations locations
           
private  ApplicationController manager
           
 
Constructor Summary
LUMMainEntryPoint()
           
 
Method Summary
<T> T
getMsgSerializedObject(String key)
           
private  void initScreen()
           
 void loadApp(ApplicationContext context)
           
private  void loadMessages(ApplicationContext context)
           
 void onModuleLoad()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

manager

private ApplicationController manager

locations

private AppLocations locations

header

private ApplicationHeader header
Constructor Detail

LUMMainEntryPoint

public LUMMainEntryPoint()
Method Detail

onModuleLoad

public void onModuleLoad()
Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

initScreen

private void initScreen()

loadMessages

private void loadMessages(ApplicationContext context)
                   throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException

getMsgSerializedObject

public <T> T getMsgSerializedObject(String key)
                         throws com.google.gwt.user.client.rpc.SerializationException
Throws:
com.google.gwt.user.client.rpc.SerializationException

loadApp

public void loadApp(ApplicationContext context)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.