wicket.contrib.gmap.api
Class GInfoWindowTab
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GInfoWindowTab
public GInfoWindowTab(Component content)
- Construct.
- Parameters:
content -
GInfoWindowTab
public GInfoWindowTab(String title,
Component content)
- Construct.
- Parameters:
title - content -
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.