|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTagSupport
com.lamatek.tags.google.GoogleMapDivTag
public class GoogleMapDivTag
GoogleMapDivTag This tag generates the <div> component that represents the physical map in the JSP page. Developers should not override this class.
| Constructor Summary | |
|---|---|
GoogleMapDivTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doStartTag() from TagSupport. |
java.lang.String |
getCss_class()
This method returns the CSS class used to render this <div>. |
java.lang.String |
getId()
Returns the id of the <googlemaps:map> tag that this <div> renders. |
java.lang.String |
getStyle()
Returns the currently defined CSS style string for this <div> tag. |
void |
setCss_class(java.lang.String css_class)
Sets the CSS class to be used when rendering this <div> tag. |
void |
setId(java.lang.String id)
Sets the id of the map that this <div> tag represents. |
void |
setScope(java.lang.String scope)
Sets the scope where this <div> should look for it's <googlemaps:map>. |
void |
setStyle(java.lang.String style)
Sets the CSS style string to use when rendering this <div> tag. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapDivTag()
| Method Detail |
|---|
public int doEndTag()
public void setId(java.lang.String id)
id - The id of a <googlemaps:map> tag.public java.lang.String getCss_class()
public void setCss_class(java.lang.String css_class)
css_class - The CSS classname to use.public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - A valid CSS style string.public java.lang.String getId()
public void setScope(java.lang.String scope)
scope - A string (site OR page) that denotes session or pageContext.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||