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

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

public class SearchPortlet
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 Logger logger
           
static SearchServiceAsync searchService
           
 
Constructor Summary
SearchPortlet()
           
 
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

logger

public static Logger logger
Constructor Detail

SearchPortlet

public SearchPortlet()
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.