org.gcube.portlets.user.userprofileeditingportlet.client
Class UserProfileEditingPortletG

java.lang.Object
  extended by org.gcube.portlets.user.userprofileeditingportlet.client.UserProfileEditingPortletG
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().


Field Summary
static Integer countLoading
           
protected static com.gwtext.client.widgets.LoadMask updatingMask
           
static UserProfileEditingServiceAsync userProfileService
           
 
Constructor Summary
UserProfileEditingPortletG()
           
 
Method Summary
static void changeLoadingStatus(Status status)
          This method is used to change the initial loading status of the portlet.
static void hideMaskInPortlet()
           
static void loadMaskInPortlet()
           
 void onModuleLoad()
          This is the entry point method.
 void updateSize(com.gwtext.client.widgets.Panel mainPanel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userProfileService

public static UserProfileEditingServiceAsync userProfileService

countLoading

public static Integer countLoading

updatingMask

protected static com.gwtext.client.widgets.LoadMask updatingMask
Constructor Detail

UserProfileEditingPortletG

public UserProfileEditingPortletG()
Method Detail

onModuleLoad

public void onModuleLoad()
This is the entry point method.

Specified by:
onModuleLoad in interface com.google.gwt.core.client.EntryPoint

updateSize

public void updateSize(com.gwtext.client.widgets.Panel mainPanel)

loadMaskInPortlet

public static void loadMaskInPortlet()

hideMaskInPortlet

public static void hideMaskInPortlet()

changeLoadingStatus

public static void changeLoadingStatus(Status status)
This method is used to change the initial loading status of the portlet. Every method that is used to initialize the portlet invokes this method when it starts and when it finishes

Parameters:
status -


Copyright © 2013. All Rights Reserved.