Java com.google.gwt.maps.client InfoWindowContent fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client InfoWindowContent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client InfoWindowContent.

The text is from its open source code.

Constructor

InfoWindowContent(InfoWindowTab[] tabs)
Create a new InfoWindowContent object given an array of tabs.
InfoWindowContent(String content)
Create a new InfoWindowContent object containing an HTML string to display in the window.
InfoWindowContent(Widget content)
Create the new InfoWindowContent object containing a GWT Widget.
InfoWindowContent(int type)
InfoWindowContent(InfoWindowTab[] tabs, int selectedTab)
Create a new InfoWindowContent object given an array of tabs, setting the focus to a particular tab.

Method

voidsetMaxContent(String windowMaximizedContent)
Specifies content to be shown when the InfoWindow is maximized.
voidsetMaxContent(Widget windowMaximizedContent)
Specifies content to be shown when the InfoWindow is maximized.
voidsetMaxTitle(String windowMaximizedTitle)
Specifies title to be shown when the InfoWindow is maximized.
voidsetMaxTitle(Widget windowMaximizedTitle)
Specifies title to be shown when the InfoWindow is maximized.
voidsetNoCloseOnClick(boolean noCloseFlag)
Indicates whether or not the info window should close for a click on the map that was not on a marker.