public class OccurrenceApplicationController extends Object
Modifier and Type | Field and Description |
---|---|
protected static int |
DELAY |
protected static int |
loadedCounter |
protected static int |
loadingCounter |
static OccurrenceManagementServiceAsync |
occurrenceManagementService
Create a remote service proxy to talk to the server-side Greeting service.
|
protected static int |
resultCounter |
Constructor and Description |
---|
OccurrenceApplicationController() |
Modifier and Type | Method and Description |
---|---|
static void |
excecuteGetListOccurrences(ElaborationType elaborationType,
boolean onlyNotCompleted,
boolean notify) |
void |
excecuteGetListOperator() |
static com.google.gwt.event.shared.HandlerManager |
getEventBus() |
GxtBorderLayoutMainPanel |
getMainPanel() |
void |
go(com.google.gwt.user.client.ui.HasWidgets rootPanel)
init method
|
static void |
initPollingOccurrencesElaboration() |
static void |
initPollingOccurrencesImported() |
void |
startTimerElaboration() |
void |
startTimerImporting() |
void |
stopTimerElaboration() |
void |
stopTimerImporting() |
protected static int loadedCounter
protected static int loadingCounter
protected static int resultCounter
public static final OccurrenceManagementServiceAsync occurrenceManagementService
protected static final int DELAY
public static com.google.gwt.event.shared.HandlerManager getEventBus()
public void go(com.google.gwt.user.client.ui.HasWidgets rootPanel)
rootPanel
- public GxtBorderLayoutMainPanel getMainPanel()
public static void initPollingOccurrencesImported()
public static void initPollingOccurrencesElaboration()
public void excecuteGetListOperator()
public static void excecuteGetListOccurrences(ElaborationType elaborationType, boolean onlyNotCompleted, boolean notify)
elaborationType
- onlyNotCompleted
- notify
- public void stopTimerImporting()
public void startTimerImporting()
public void stopTimerElaboration()
public void startTimerElaboration()
Copyright © 2014. All Rights Reserved.