Follow us on GitHub

Uses of Class
com.google.gwt.maps.client.controls.ControlPosition

Packages that use ControlPosition
com.google.gwt.maps.client   
com.google.gwt.maps.client.adsense   
com.google.gwt.maps.client.controls   
com.google.gwt.maps.client.drawinglib   
com.google.gwt.maps.client.streetview   
 

Uses of ControlPosition in com.google.gwt.maps.client
 

Methods in com.google.gwt.maps.client with parameters of type ControlPosition
 void MapWidget.setControls(ControlPosition controlPosition, Element element)
          sets Additional controls to attach to the map.
 void MapImpl.setControls(ControlPosition controlPosition, Element element)
          sets Additional controls to attach to the map.
 void MapWidget.setControls(ControlPosition controlPosition, Widget widget)
          sets Additional controls to attach to the map.
 

Uses of ControlPosition in com.google.gwt.maps.client.adsense
 

Methods in com.google.gwt.maps.client.adsense that return ControlPosition
 ControlPosition AdUnitWidget.getPosition()
          Returns the ControlPosition at which this AdUnit is displayed on the map.
 ControlPosition AdUnitOptions.getPosition()
          The position of the AdUnit.
 ControlPosition AdUnitImpl.getPosition()
          Returns the ControlPosition at which this AdUnit is displayed on the map.
 

Methods in com.google.gwt.maps.client.adsense with parameters of type ControlPosition
 void AdUnitWidget.setPosition(ControlPosition position)
          Sets the ControlPosition at which to display the AdUnit on the map.
 void AdUnitOptions.setPosition(ControlPosition position)
          The position of the AdUnit.
 void AdUnitImpl.setPosition(ControlPosition position)
          Sets the ControlPosition at which to display the AdUnit on the map.
 

Uses of ControlPosition in com.google.gwt.maps.client.controls
 

Methods in com.google.gwt.maps.client.controls that return ControlPosition
static ControlPosition ControlPosition.fromValue(int value)
          reconstruct from position from javascript constant value
 ControlPosition ScaleControlOptions.getPosition()
          Position id.
 ControlPosition MapTypeControlOptions.getPosition()
          Position id.
 ControlPosition PanControlOptions.getPosition()
          Position id.
 ControlPosition StreetViewControlOptions.getPosition()
          Position id.
 ControlPosition ZoomControlOptions.getPosition()
          Position id.
 ControlPosition RotateControlOptions.getPosition()
          Position id.
static ControlPosition ControlPosition.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ControlPosition[] ControlPosition.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.maps.client.controls with parameters of type ControlPosition
 void ScaleControlOptions.setPosition(ControlPosition position)
          Position id.
 void MapTypeControlOptions.setPosition(ControlPosition position)
          Position id.
 void PanControlOptions.setPosition(ControlPosition position)
          Position id.
 void StreetViewControlOptions.setPosition(ControlPosition position)
          Position id.
 void ZoomControlOptions.setPosition(ControlPosition position)
          Position id.
 void RotateControlOptions.setPosition(ControlPosition position)
          Position id.
 

Uses of ControlPosition in com.google.gwt.maps.client.drawinglib
 

Methods in com.google.gwt.maps.client.drawinglib that return ControlPosition
 ControlPosition DrawingControlOptions.getPosition()
          Position id.
 

Methods in com.google.gwt.maps.client.drawinglib with parameters of type ControlPosition
 void DrawingControlOptions.setPosition(ControlPosition position)
          Position id.
 

Uses of ControlPosition in com.google.gwt.maps.client.streetview
 

Methods in com.google.gwt.maps.client.streetview that return ControlPosition
 ControlPosition StreetViewAddressControlOptions.getPosition()
          Position id.
 

Methods in com.google.gwt.maps.client.streetview with parameters of type ControlPosition
 void StreetViewAddressControlOptions.setPosition(ControlPosition position)
          Position id.
 



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.