public interface ApplicationView
Modifier and Type | Method and Description |
---|---|
void |
fitMapToLocations(GWTBounds locationBounds) |
GWTBounds |
getMapBounds() |
Set<Status> |
getSelectedStatuses() |
void |
initialize() |
void |
placeMarker(GWTMarkerState markerState) |
void |
setSelectedTag(String selectedTag,
List<String> allTags) |
void |
setStatusMessage(String statusMessage) |
void |
showLocationDetails(String locationName,
String htmlTitle,
String htmlContent) |
void |
updateApplicationList(List<ApplicationInfo> applications) |
void |
updateApplicationNames(Set<String> allApplicationNames) |
void |
updateLocationList(List<LocationInfo> locationsForLocationPanel) |
void |
updateSelectedApplications(Set<ApplicationInfo> applications) |
void |
updateTimestamp()
updateTimestamp
|
void updateTimestamp()
updateTimestamp
void setStatusMessage(String statusMessage)
void initialize()
void updateSelectedApplications(Set<ApplicationInfo> applications)
void updateLocationList(List<LocationInfo> locationsForLocationPanel)
void updateApplicationList(List<ApplicationInfo> applications)
void fitMapToLocations(GWTBounds locationBounds)
GWTBounds getMapBounds()
void showLocationDetails(String locationName, String htmlTitle, String htmlContent)
void placeMarker(GWTMarkerState markerState)
Copyright © 2019. All rights reserved.