Uses of Class
org.wicketstuff.gmap.api.GMapType

Packages that use GMapType
org.wicketstuff.gmap This package contains wicket gmap3 implementation. 
org.wicketstuff.gmap.api   
 

Uses of GMapType in org.wicketstuff.gmap
 

Methods in org.wicketstuff.gmap that return GMapType
 GMapType GMap.getMapType()
           
 

Methods in org.wicketstuff.gmap with parameters of type GMapType
 void GMap.setMapType(GMapType mapType)
          Sets the map type which should be used.
 

Constructors in org.wicketstuff.gmap with parameters of type GMapType
GMap.SetMapTypeBehavior(String event, GMapType mapType)
           
 

Uses of GMapType in org.wicketstuff.gmap.api
 

Methods in org.wicketstuff.gmap.api that return GMapType
static GMapType GMapType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GMapType[] GMapType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014. All rights reserved.