Uses of Class
wicket.contrib.gmap.api.GControl

Packages that use GControl
wicket.contrib.gmap This package contains wicket gmap2 implementation. 
wicket.contrib.gmap.api   
 

Uses of GControl in wicket.contrib.gmap
 

Methods in wicket.contrib.gmap that return types with arguments of type GControl
 Set<GControl> GMap2.getControls()
           
 

Methods in wicket.contrib.gmap with parameters of type GControl
 GMap2 GMap2.addControl(GControl control)
          Add a control.
 GMap2 GMap2.removeControl(GControl control)
          Remove a control.
 

Uses of GControl in wicket.contrib.gmap.api
 

Methods in wicket.contrib.gmap.api that return GControl
static GControl GControl.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GControl[] GControl.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2012. All Rights Reserved.