org.wicketstuff.gmap.api
Interface GValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
GIcon, GLatLng, GLatLngBounds, GMarkerClusterOptions, GMarkerClusterStyle, 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 © 2014. All rights reserved.