org.eclipse.higgins.ics.gwt.icm.client
Class ICMEntryPoint
java.lang.Object
org.eclipse.higgins.ics.gwt.icm.client.ICMEntryPoint
- All Implemented Interfaces:
- com.google.gwt.core.client.EntryPoint
- public class ICMEntryPoint
- extends Object
- implements com.google.gwt.core.client.EntryPoint
- Author:
- Alexander Yuhimenko
constant
public static Constant constant
currentState
public static CurrentStateBean currentState
dictionary
public static com.google.gwt.i18n.client.Dictionary dictionary
mainPanel
public static ICMMainPanel mainPanel
service
public static ICMServiceAsync service
ICMEntryPoint
public ICMEntryPoint()
addChangeUserProfileList
public static void addChangeUserProfileList(ChangeUserProfileListener listener)
getChangeUserProfileList
public static ArrayList getChangeUserProfileList()
- Returns:
- the changeUserProfileList
getPCardTemplate
public static CardTemplate getPCardTemplate()
- Returns:
- the pCardTemplate
getUserProfile
public static UserProfile getUserProfile()
- Returns:
- the userProfile
setPCardTemplate
public static void setPCardTemplate(CardTemplate cardTemplate)
- Parameters:
cardTemplate - the pCardTemplate to set
setUserProfile
public static void setUserProfile(UserProfile userProfile)
- Parameters:
userProfile - the userProfile to set
onModuleLoad
public void onModuleLoad()
- Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint