public class SearchManager extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad().| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gwt.user.client.ui.DialogBox |
loading |
protected static com.google.gwt.user.client.ui.HTML |
noFieldAvailableMsg |
static SearchManagerServiceAsync |
smService |
| Constructor and Description |
|---|
SearchManager() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public static SearchManagerServiceAsync smService
protected static com.google.gwt.user.client.ui.DialogBox loading
protected static com.google.gwt.user.client.ui.HTML noFieldAvailableMsg
public void onModuleLoad()
onModuleLoad in interface com.google.gwt.core.client.EntryPointpublic static void showLoading()
public static void hideLoading()
public static void showInfoPopup(String msg)
Copyright © 2014. All Rights Reserved.