Uses of Class
org.zkoss.gmaps.Ginfo

Packages that use Ginfo
org.zkoss.gmaps   
org.zkoss.gmaps.event   
 

Uses of Ginfo in org.zkoss.gmaps
 

Subclasses of Ginfo in org.zkoss.gmaps
 class Gmarker
          The gmarker of the Gooogle Maps.
 

Methods in org.zkoss.gmaps that return Ginfo
 Ginfo Gmaps.getInfo()
          Returns the currently opened info window of this Google Maps (might be Gmarker or Ginfo).
 

Methods in org.zkoss.gmaps with parameters of type Ginfo
 void Gmaps.openInfo(Ginfo info)
          Open the specified Ginfo or Gmarker.
 

Uses of Ginfo in org.zkoss.gmaps.event
 

Methods in org.zkoss.gmaps.event that return Ginfo
 Ginfo InfoChangeEvent.getInfo()
          Returns the new opened info window of the Google Map (null means none is opened).
 

Constructors in org.zkoss.gmaps.event with parameters of type Ginfo
InfoChangeEvent(java.lang.String name, org.zkoss.zk.ui.Component target, Ginfo info)
          Constructs a Google Maps info window change relevant event.
 



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.