org.gcube.portlets.admin.searchmanagerportlet.gwt.client
Class SearchManager

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

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

Entry point classes define onModuleLoad().


Field Summary
protected static com.google.gwt.user.client.ui.DialogBox loading
           
protected static com.google.gwt.user.client.ui.HTML noFieldAvailableMsg
           
static SearchManagerServiceAsync smService
           
 
Constructor Summary
SearchManager()
           
 
Method Summary
static void displayErrorWindow(String userMsg, Throwable caught)
           
static void hideLoading()
           
 void onModuleLoad()
          This is the entry point method.
static void showInfoPopup(String msg)
           
static void showLoading()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

smService

public static SearchManagerServiceAsync smService

loading

protected static com.google.gwt.user.client.ui.DialogBox loading

noFieldAvailableMsg

protected static com.google.gwt.user.client.ui.HTML noFieldAvailableMsg
Constructor Detail

SearchManager

public SearchManager()
Method Detail

onModuleLoad

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

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

showLoading

public static void showLoading()

hideLoading

public static void hideLoading()

showInfoPopup

public static void showInfoPopup(String msg)

displayErrorWindow

public static void displayErrorWindow(String userMsg,
                                      Throwable caught)


Copyright © 2013. All Rights Reserved.