org.onebusaway.webapp.gwt.mobile_application.view
Class MapViewController

java.lang.Object
  extended by org.onebusaway.webapp.gwt.viewkit.ViewController
      extended by org.onebusaway.webapp.gwt.mobile_application.view.MapViewController
All Implemented Interfaces:
ContextAware

public class MapViewController
extends ViewController


Field Summary
 
Fields inherited from class org.onebusaway.webapp.gwt.viewkit.ViewController
_view
 
Constructor Summary
MapViewController()
           
 
Method Summary
 void handleContext(List<String> path, Map<String,String> context)
           
protected  void loadView()
          ViewController Interface
 void retrieveContext(List<String> path, Map<String,String> context)
           
 void showPlace(Place place)
           
 void showPlaces(List<Place> places)
           
 void showStopsForRoute(RouteBean route, StopsForRouteBean stopsForRoute)
           
 void viewDidAppear()
           
 void viewWillDisappear()
           
 
Methods inherited from class org.onebusaway.webapp.gwt.viewkit.ViewController
fireContextChangedEvent, getNavigationController, getNavigationItem, getTabBarItem, setNavigationController, viewDidDisappear, viewDidLoad, viewDidUnload, viewWillAppear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapViewController

public MapViewController()
Method Detail

showStopsForRoute

public void showStopsForRoute(RouteBean route,
                              StopsForRouteBean stopsForRoute)

showPlace

public void showPlace(Place place)

showPlaces

public void showPlaces(List<Place> places)

loadView

protected void loadView()
ViewController Interface

Overrides:
loadView in class ViewController

viewDidAppear

public void viewDidAppear()
Overrides:
viewDidAppear in class ViewController

viewWillDisappear

public void viewWillDisappear()
Overrides:
viewWillDisappear in class ViewController

handleContext

public void handleContext(List<String> path,
                          Map<String,String> context)
Specified by:
handleContext in interface ContextAware
Overrides:
handleContext in class ViewController

retrieveContext

public void retrieveContext(List<String> path,
                            Map<String,String> context)
Specified by:
retrieveContext in interface ContextAware
Overrides:
retrieveContext in class ViewController


Copyright © 2012 OneBusAway. All Rights Reserved.