Interface JavascriptDependencies
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface JavascriptDependencies extends com.google.gwt.resources.client.ClientBundle
Define the Javascript dependencies so that they can be injected prior to using them- Author:
- Guy Griffiths
-
-
Field Summary
Fields Modifier and Type Field Description static JavascriptDependencies
INSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.TextResource
openLayers()
com.google.gwt.resources.client.TextResource
proj4js()
com.google.gwt.resources.client.TextResource
projections()
-
-
-
Field Detail
-
INSTANCE
static final JavascriptDependencies INSTANCE
-
-
Method Detail
-
openLayers
@Source("uk/ac/rdg/resc/godiva/public/js/OpenLayers-2.13.js") com.google.gwt.resources.client.TextResource openLayers()
-
proj4js
@Source("uk/ac/rdg/resc/godiva/public/js/proj4js.js") com.google.gwt.resources.client.TextResource proj4js()
-
projections
@Source("uk/ac/rdg/resc/godiva/public/js/projections.js") com.google.gwt.resources.client.TextResource projections()
-
-