org.onebusaway.webapp.gwt.mobile_application.control
Class Actions

java.lang.Object
  extended by org.onebusaway.webapp.gwt.mobile_application.control.Actions

public class Actions
extends Object


Constructor Summary
Actions()
           
 
Method Summary
static ViewController ensureStopIsSelected(ViewController controller, String stopId)
           
static String getStopIdForViewController(ViewController viewController)
           
static void searchForAddress(String address)
           
static void searchForRoute(String route)
           
 void searchForStop(String stopCode)
           
static StopWithArrivalsAndDeparturesViewController showArrivalsAndDeparturesForStop(NavigationController controller, String stopId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actions

public Actions()
Method Detail

showArrivalsAndDeparturesForStop

public static StopWithArrivalsAndDeparturesViewController showArrivalsAndDeparturesForStop(NavigationController controller,
                                                                                           String stopId)

ensureStopIsSelected

public static ViewController ensureStopIsSelected(ViewController controller,
                                                  String stopId)

getStopIdForViewController

public static String getStopIdForViewController(ViewController viewController)

searchForRoute

public static void searchForRoute(String route)

searchForAddress

public static void searchForAddress(String address)

searchForStop

public void searchForStop(String stopCode)


Copyright © 2012 OneBusAway. All Rights Reserved.