org.opennms.features.poller.remote.gwt.client
Interface MapPanel

All Known Implementing Classes:
GoogleMapsPanel, MapQuestMapPanel, OpenLayersMapPanel

public interface MapPanel

MapPanel interface.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Method Summary
 GWTBounds getBounds()
          getBounds
 com.google.gwt.user.client.ui.Widget getWidget()
          getWidget
 void placeMarker(GWTMarkerState marker)
          placeMarker
 void setBounds(GWTBounds locationBounds)
          setBounds
 void showLocationDetails(String name, String htmlTitle, String htmlContent)
          showLocationDetails
 

Method Detail

getWidget

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

getWidget

Returns:
a Widget object.

showLocationDetails

void showLocationDetails(String name,
                         String htmlTitle,
                         String htmlContent)

showLocationDetails

Parameters:
name - a String object.
htmlTitle - a String object.
htmlContent - a String object.

getBounds

GWTBounds getBounds()

getBounds

Returns:
a GWTBounds object.

setBounds

void setBounds(GWTBounds locationBounds)

setBounds

Parameters:
locationBounds - a GWTBounds object.

placeMarker

void placeMarker(GWTMarkerState marker)

placeMarker

Parameters:
marker - a GWTMarkerState object.


Copyright © 2011. All Rights Reserved.