com.google.gwt.maps.client
Class InfoWindowContent.InfoWindowTab

java.lang.Object
  extended by com.google.gwt.maps.client.InfoWindowContent.InfoWindowTab
Enclosing class:
InfoWindowContent

public static final class InfoWindowContent.InfoWindowTab
extends java.lang.Object

Class that allows access to one tab of a tabbed info window.


Constructor Summary
InfoWindowContent.InfoWindowTab(java.lang.String label, java.lang.String content)
          Create a new tab on an InfoWindow with the specified HTML string as the content.
InfoWindowContent.InfoWindowTab(java.lang.String label, com.google.gwt.user.client.ui.Widget content)
          Create a new tab on an InfoWindow with the specified GWT widget as the content.
 
Method Summary
protected  com.google.gwt.user.client.ui.Widget getWidget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoWindowContent.InfoWindowTab

public InfoWindowContent.InfoWindowTab(java.lang.String label,
                                       java.lang.String content)
Create a new tab on an InfoWindow with the specified HTML string as the content.

Parameters:
label - The label to display on the tab.
content - The HTML data to display when the tab is in focus.

InfoWindowContent.InfoWindowTab

public InfoWindowContent.InfoWindowTab(java.lang.String label,
                                       com.google.gwt.user.client.ui.Widget content)
Create a new tab on an InfoWindow with the specified GWT widget as the content.

Parameters:
label - The label to display on the tab.
content - The widget to display when the tab is in focus.
Method Detail

getWidget

protected com.google.gwt.user.client.ui.Widget getWidget()