public class ApplicationController extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationController.Function |
| Modifier and Type | Field and Description |
|---|---|
static long |
MILLISECS_PER_DAY |
| Constructor and Description |
|---|
ApplicationController() |
| Modifier and Type | Method and Description |
|---|---|
BaloonPanel |
getBaloonWMS() |
org.gcube.portlets.user.gisviewer.client.GisViewerPanel |
getGisViewerPanel() |
com.extjs.gxt.ui.client.widget.LayoutContainer |
getMainPanel() |
void |
go(com.google.gwt.user.client.ui.RootPanel rootPanel) |
void |
moveWMSBalloonPosition() |
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 void go(com.google.gwt.user.client.ui.RootPanel rootPanel)
rootPanel - public 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.