|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapZoomControlTag
public class GoogleMapZoomControlTag
GoogleMapZoomControlTag This class represents a <googlemaps;zoomControl> tag. Developers should not subclass or override this class or it's methods.
| Constructor Summary | |
|---|---|
GoogleMapZoomControlTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
|
java.lang.String |
getSize()
Returns the expected size of this control. |
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. |
void |
setSize(java.lang.String size)
Sets the control size. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapZoomControlTag()
| Method Detail |
|---|
public int doEndTag()
public boolean isEnable()
public void setEnable(boolean enable)
enable - True to let users pan, false otherwise.public java.lang.String getSize()
public void setSize(java.lang.String size)
size - 'small' for buttons only, 'large' for a slider.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||