|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapScaleControlTag
public class GoogleMapScaleControlTag
GoogleMapScaleControlTag This class represents a <googlemaps;scaleControl> tag. Developers should not subclass or override this class or it's methods.
| Constructor Summary | |
|---|---|
GoogleMapScaleControlTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doEndTag() from TagSupport. |
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 |
|---|
public GoogleMapScaleControlTag()
| Method Detail |
|---|
public int doEndTag()
public boolean isEnable()
public void setEnable(boolean enable)
enable - True to let users pan, false otherwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||