Uses of Interface
uk.ac.rdg.resc.godiva.client.state.UnitsInfoIF
-
Packages that use UnitsInfoIF Package Description uk.ac.rdg.resc.godiva.client uk.ac.rdg.resc.godiva.client.state uk.ac.rdg.resc.godiva.client.widgets -
-
Uses of UnitsInfoIF in uk.ac.rdg.resc.godiva.client
Methods in uk.ac.rdg.resc.godiva.client with parameters of type UnitsInfoIF Modifier and Type Method Description static com.google.gwt.user.client.ui.Widget
LayoutManager. getCompactGodiva3Layout(LayerSelectorIF layerSelector, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton)
static com.google.gwt.user.client.ui.Widget
LayoutManager. getTraditionalGodiva3Layout(com.google.gwt.user.client.ui.IsWidget layerSelector, com.google.gwt.user.client.ui.Label title, UnitsInfoIF unitsInfo, TimeSelectorIF timeSelector, ElevationSelectorIF elevationSelector, PaletteSelectorIF paletteSelector, com.google.gwt.user.client.ui.Anchor kmzLink, com.google.gwt.user.client.ui.Anchor permalink, com.google.gwt.user.client.ui.Anchor email, com.google.gwt.user.client.ui.Anchor screenshot, com.google.gwt.user.client.ui.Anchor docLink, com.google.gwt.user.client.ui.Image rescLogo, MapArea mapArea, com.google.gwt.user.client.ui.Image loadingImage, AnimationButton anim, com.google.gwt.user.client.ui.PushButton infoButton, com.google.gwt.user.client.ui.PushButton zoomToLayerExtents)
-
Uses of UnitsInfoIF in uk.ac.rdg.resc.godiva.client.state
Methods in uk.ac.rdg.resc.godiva.client.state that return UnitsInfoIF Modifier and Type Method Description UnitsInfoIF
GodivaStateInfo. getUnitsInfo()
Constructors in uk.ac.rdg.resc.godiva.client.state with parameters of type UnitsInfoIF Constructor Description GodivaStateInfo(ElevationSelectorIF elevationSelector, TimeSelectorIF timeSelector, PaletteSelectorIF paletteSelector, UnitsInfoIF unitsInfo, CopyrightInfoIF copyrightInfo, InfoIF moreInfo, LayerSelectorIF wmsUrl)
-
Uses of UnitsInfoIF in uk.ac.rdg.resc.godiva.client.widgets
Classes in uk.ac.rdg.resc.godiva.client.widgets that implement UnitsInfoIF Modifier and Type Class Description class
UnitsInfo
Implementation ofUnitsInfoIF
which displays the units as aLabel
-