wicket.contrib.gmap.api
Class GInfoWindowTab

java.lang.Object
  extended by wicket.contrib.gmap.api.GInfoWindowTab
All Implemented Interfaces:
Serializable, GValue

public class GInfoWindowTab
extends Object
implements GValue

Represents an Google Maps API's GInfoWindowTab.

See Also:
Serialized Form

Constructor Summary
GInfoWindowTab(Component content)
          Construct.
GInfoWindowTab(String title, Component content)
          Construct.
 
Method Summary
 Component getContent()
           
 String getJSconstructor()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GInfoWindowTab

public GInfoWindowTab(Component content)
Construct.

Parameters:
content -

GInfoWindowTab

public GInfoWindowTab(String title,
                      Component content)
Construct.

Parameters:
title -
content -
Method Detail

getTitle

public String getTitle()

getContent

public Component getContent()

getJSconstructor

public String getJSconstructor()
Specified by:
getJSconstructor in interface GValue
Returns:
A JavaScript constructor that represents this element.


Copyright © 2012. All Rights Reserved.