|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectBodyTagSupport
com.lamatek.tags.google.GoogleMapInfoWindowTabbedTag
public class GoogleMapInfoWindowTabbedTag
GoogleMapInfoWindowTabbedTag This tag represents a <googlemaps:tabbedInfoWindow> tag. It is like an info window, but can display multiple panels of information through use of a tabbed interface. Developers should not extend this class or override it's methods.
| Constructor Summary | |
|---|---|
GoogleMapInfoWindowTabbedTag()
|
|
| Method Summary | |
|---|---|
void |
addTab(GoogleMapTabTag tab)
Adds a tab to this tabbed info window. |
int |
doEndTag()
Overrides doEndTag from BodyTagSupport. |
int |
doStartTag()
Overrides doStartTag from BodyTagSupport. |
java.lang.String |
getCss_class()
Gets the css class attribute for this window's content. |
java.lang.String |
getStyle()
Gets the css style attribute for this window's content. |
GoogleMapTabTag |
getTab(int i)
Returns the tab that is stored at the given location. |
int |
getTabCount()
Returns the number of tabs that have been added to this tabbed info window. |
boolean |
isDisplay()
Denotes whether or not this info window should be displayed as soon as the map is loaded. |
boolean |
isTabbed()
Inherited from the InfoWindow interface. |
void |
setCss_class(java.lang.String css_class)
Sets the css style attribute for this window's content. |
void |
setDisplay(boolean display)
Sets whether or not this info window should be displayed as soon as the map is loaded. |
void |
setStyle(java.lang.String style)
Sets the css style attribute for this window's content. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GoogleMapInfoWindowTabbedTag()
| Method Detail |
|---|
public int doStartTag()
public int doEndTag()
public void addTab(GoogleMapTabTag tab)
tab - An initialized GoogleMapTabTagpublic int getTabCount()
public GoogleMapTabTag getTab(int i)
public boolean isTabbed()
isTabbed in interface InfoWindowpublic boolean isDisplay()
public void setDisplay(boolean display)
display - True or false.public java.lang.String getStyle()
public void setStyle(java.lang.String style)
style - CSS style attribute(s)public java.lang.String getCss_class()
public void setCss_class(java.lang.String css_class)
style - CSS style attribute(s)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||