Uses of Interface
uk.ac.rdg.resc.godiva.client.handlers.LayerSelectionHandler
-
Packages that use LayerSelectionHandler Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of LayerSelectionHandler in uk.ac.rdg.resc.godiva.client
Classes in uk.ac.rdg.resc.godiva.client that implement LayerSelectionHandler Modifier and Type Class Description class
BaseWmsClient
A class to handle the common operations needed in an EDAL wms client.class
Godiva
This is a concrete implementation ofBaseWmsClient
for a client which handles a single WMS layer at a time -
Uses of LayerSelectionHandler in uk.ac.rdg.resc.godiva.client.widgets
Constructors in uk.ac.rdg.resc.godiva.client.widgets with parameters of type LayerSelectionHandler Constructor Description LayerSelectorCombo(LayerSelectionHandler layerHandler)
LayerSelectorCombo(LayerSelectionHandler layerHandler, String firstText, boolean showRefreshButton)
LayerSelectorTree(LayerSelectionHandler layerHandler, com.google.gwt.user.client.ui.HTML titleLabel)
LayerSelectorTree(LayerSelectionHandler layerHandler, String firstText, boolean showRefreshButton, com.google.gwt.user.client.ui.HTML titleLabel)
-