wicket.contrib.gmap.api
Class GMarkerOptions
java.lang.Object
wicket.contrib.gmap.api.GMarkerOptions
- All Implemented Interfaces:
- Serializable, Cloneable, GValue
public class GMarkerOptions
- extends Object
- implements GValue, Cloneable
- See Also:
- Serialized Form
GMarkerOptions
public GMarkerOptions()
GMarkerOptions
public GMarkerOptions(String title)
GMarkerOptions
public GMarkerOptions(String title,
GIcon icon)
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in interface GValue
- Returns:
- A JavaScript constructor that represents this element.
getTitle
public String getTitle()
isDraggable
public boolean isDraggable()
isClickable
public boolean isClickable()
isBouncy
public boolean isBouncy()
isAutoPan
public boolean isAutoPan()
getIcon
public GIcon getIcon()
clone
public GMarkerOptions clone()
- Overrides:
clone in class Object
clickable
public GMarkerOptions clickable(boolean clickable)
draggable
public GMarkerOptions draggable(boolean draggable)
autoPan
public GMarkerOptions autoPan(boolean autoPan)
bouncy
public GMarkerOptions bouncy(boolean bouncy)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2012. All Rights Reserved.