|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapTabTag
public class GoogleMapTabTag
GoogleMapTabTag This tag represents a <googlemaps:tab> tag, which is a child to <googlemaps:tabbedInfoWindow> tag. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapTabTag()
|
|
| Method Summary | |
|---|---|
int |
doEndTag()
Overrides doEndTag from BodyTagSupport. |
int |
doStartTag()
Overrides doStartTag() from BodyTagSupport. |
java.lang.String |
getContent()
Returns the displayable contents of this tab. |
java.lang.String |
getLabel()
Returns the label for this tab. |
boolean |
isHtml()
Denotes whether or not the contents of this tag are html and therefore need to be escaped. |
void |
setContent(java.lang.String content)
Sets the displayable contents of this tab. |
void |
setHtml(boolean html)
Sets whether or not the contents of this tag are html and therefore need to be escaped. |
void |
setLabel(java.lang.String label)
Sets the label for this tab. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapTabTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
label - The label for this tab.public java.lang.String getContent()
public void setContent(java.lang.String content)
content - The contents of this tab.public boolean isHtml()
public void setHtml(boolean html)
html - True if content needs to be escaped, false if not.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||