org.gcube.portlets.user.searchportlet.client
Class SearchPortletG

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

public class SearchPortletG
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 dlg
           
static SearchServiceAsync searchService
           
 
Constructor Summary
SearchPortletG()
           
 
Method Summary
protected static String createHeaderHTML(String imageUrl, String caption)
           
protected static void displayErrorWindow(String userMsg, Throwable caught)
           
static void goToResults(boolean nativeResults)
           
protected static void hideLoading()
           
 void onModuleLoad()
          This is the entry point method.
protected static void showLoading()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchService

public static SearchServiceAsync searchService

dlg

protected static com.google.gwt.user.client.ui.DialogBox dlg
Constructor Detail

SearchPortletG

public SearchPortletG()
Method Detail

onModuleLoad

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

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

createHeaderHTML

protected static String createHeaderHTML(String imageUrl,
                                         String caption)

goToResults

public static void goToResults(boolean nativeResults)

showLoading

protected static void showLoading()

hideLoading

protected static void hideLoading()

displayErrorWindow

protected static void displayErrorWindow(String userMsg,
                                         Throwable caught)


Copyright © 2013. All Rights Reserved.