wicket.contrib.gmap.api
Interface GValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
GIcon, GInfoWindowTab, GLatLng, GLatLngBounds, GMarkerOptions, GPoint, GSize

public interface GValue
extends Serializable

Root class for all Value Objects.
All implementations shall override #equals(Object) and #hashCode().


Method Summary
 String getJSconstructor()
           
 

Method Detail

getJSconstructor

String getJSconstructor()
Returns:
A JavaScript constructor that represents this element.


Copyright © 2012. All Rights Reserved.