com.lamatek.tags.google
Class GoogleMapWheelControlTag

java.lang.Object
  extended by TagSupport
      extended by com.lamatek.tags.google.GoogleMapWheelControlTag
All Implemented Interfaces:
java.io.Serializable

public class GoogleMapWheelControlTag
extends TagSupport
implements java.io.Serializable

GoogleMapWheelControlTag This class represents a <googlemaps;wheelControl> tag. Developers should not subclass or override this class or it's methods.

Version:
0.40
Author:
Tom Cole

Constructor Summary
GoogleMapWheelControlTag()
           
 
Method Summary
 int doEndTag()
           
 boolean isEnable()
          Denotes whether or not the map will allow the user to pan the map.
 void setEnable(boolean enable)
          Sets whether or not users should be allowed to pan the map.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoogleMapWheelControlTag

public GoogleMapWheelControlTag()
Method Detail

doEndTag

public int doEndTag()

isEnable

public boolean isEnable()
Denotes whether or not the map will allow the user to pan the map.

Returns:
True if users can pan the map, false if not.

setEnable

public void setEnable(boolean enable)
Sets whether or not users should be allowed to pan the map. If set to false, users can only see the section of map currently displayed.

Parameters:
enable - True to let users pan, false otherwise.