public class ApplicationController extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ApplicationController.Function |
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.
|
public void go(com.google.gwt.user.client.ui.RootPanel rootPanel)
rootPanel
- public 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 © 2016. All Rights Reserved.