public class NodeAccountingUI extends Object implements com.google.gwt.core.client.EntryPoint
onModuleLoad()
.Modifier and Type | Field and Description |
---|---|
DetailPanel |
accountingDetail |
CentralPanel |
central |
static NodeAccountingServiceAsync |
nodeAccoutingService
Create a remote service proxy to talk to the server-side service.
|
TreeContainer |
tree |
Constructor and Description |
---|
NodeAccountingUI() |
Modifier and Type | Method and Description |
---|---|
static NodeAccountingUI |
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 final NodeAccountingServiceAsync nodeAccoutingService
public CentralPanel central
public DetailPanel accountingDetail
public TreeContainer tree
public String getSessionID()
public void hideLoading(String elementId)
public void notifyError(String msg)
public void showMessage(String msg)
public static NodeAccountingUI get()
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
Copyright © 2014. All Rights Reserved.