public class ApplicationController extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationController.Function
The Interface Function.
|
| Modifier and Type | Field and Description |
|---|---|
static long |
MILLISECS_PER_DAY |
| Constructor and Description |
|---|
ApplicationController()
Instantiates a new application controller.
|
| Modifier and Type | Method and Description |
|---|---|
BaloonPanel |
getBaloonWMS()
Gets the baloon wms.
|
org.gcube.portlets.user.gisviewer.client.GisViewerPanel |
getGisViewerPanel()
Gets the gis viewer panel.
|
com.extjs.gxt.ui.client.widget.LayoutContainer |
getMainPanel()
Gets the main panel.
|
void |
go(com.google.gwt.user.client.ui.RootPanel rootPanel)
Go.
|
void |
moveWMSBalloonPosition()
Move wms balloon position.
|
static void |
safeFunctionCallOn(com.extjs.gxt.ui.client.widget.Component c,
ApplicationController.Function f)
Safe function call on a component, which was rendered or not.
|
static void |
setCookie(String name,
String value,
int days)
Sets the cookie.
|
public static final long MILLISECS_PER_DAY
public ApplicationController()
public void go(com.google.gwt.user.client.ui.RootPanel rootPanel)
rootPanel - the root panelpublic static void setCookie(String name, String value, int days)
name - the namevalue - the valuedays - the dayspublic com.extjs.gxt.ui.client.widget.LayoutContainer getMainPanel()
public org.gcube.portlets.user.gisviewer.client.GisViewerPanel getGisViewerPanel()
public void moveWMSBalloonPosition()
public BaloonPanel getBaloonWMS()
public static void safeFunctionCallOn(com.extjs.gxt.ui.client.widget.Component c,
ApplicationController.Function f)
c - Component object that must be not null.f - Function object with the function that must be called.Copyright © 2017. All Rights Reserved.