public class SAMPortletUI extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad().| Modifier and Type | Field and Description |
|---|---|
CentralPanel |
central |
DetailPanelHidden |
details |
static SAMServiceAsync |
service |
TreeContainer |
tree |
| Constructor and Description |
|---|
SAMPortletUI() |
| Modifier and Type | Method and Description |
|---|---|
static SAMPortletUI |
get() |
String |
getSessionID() |
void |
hideLoading(String elementId) |
void |
notifyError(String msg) |
void |
onModuleLoad()
This is the entry point method.
|
void |
showLoading(String message,
String elementId) |
void |
showMessage(String msg) |
public static SAMServiceAsync service
public CentralPanel central
public DetailPanelHidden details
public TreeContainer tree
public String getSessionID()
public void hideLoading(String elementId)
public void notifyError(String msg)
public void showMessage(String msg)
public static SAMPortletUI get()
public void onModuleLoad()
onModuleLoad in interface com.google.gwt.core.client.EntryPointCopyright © 2014. All Rights Reserved.