org.gcube.portlets.admin.irbootstrapperportlet.gwt.client
Class IRBootstrapperPortletG

java.lang.Object
  extended by org.gcube.portlets.admin.irbootstrapperportlet.gwt.client.IRBootstrapperPortletG
All Implemented Interfaces:
com.google.gwt.core.client.EntryPoint

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

Entry point classes define onModuleLoad().


Field Summary
static IRBootstrapperServiceAsync bootstrapperService
          An GWT RPC interface to the IRBootstrapperService
 
Constructor Summary
IRBootstrapperPortletG()
          Class constructor
 
Method Summary
 com.google.gwt.user.client.ui.Panel getRootPanel()
          Returns the root panel of this portlet.
 void hideLoadMask()
          Hides the load mask
 void onModuleLoad()
          This is the entry point method.
 void showLoadMask()
          Shows the load mask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bootstrapperService

public static IRBootstrapperServiceAsync bootstrapperService
An GWT RPC interface to the IRBootstrapperService

Constructor Detail

IRBootstrapperPortletG

public IRBootstrapperPortletG()
Class constructor

Method Detail

onModuleLoad

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

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

getRootPanel

public com.google.gwt.user.client.ui.Panel getRootPanel()
Returns the root panel of this portlet.

Returns:
the root panel

showLoadMask

public void showLoadMask()
Shows the load mask


hideLoadMask

public void hideLoadMask()
Hides the load mask



Copyright © 2013. All Rights Reserved.