org.onebusaway.webapp.gwt.oba_application.control
Class OneBusAwayStandardControlImpl
java.lang.Object
org.onebusaway.webapp.gwt.oba_application.control.CommonControlImpl
org.onebusaway.webapp.gwt.oba_application.control.OneBusAwayStandardControlImpl
- All Implemented Interfaces:
- CommonControl, OneBusAwayStandardControl
public class OneBusAwayStandardControlImpl
- extends CommonControlImpl
- implements OneBusAwayStandardControl
Methods inherited from class org.onebusaway.webapp.gwt.oba_application.control.CommonControlImpl |
clearActiveSearchResult, filterResults, getDirectionsToPlace, getQueryModelHandler, setActiveSearchResult, setContextManager, setFilteredResultsModel, setLocalSearchProvider, setMinTransitTimeResultHandler, setPagedResultsModel, setResultsModel, setStateEvents, setTripPlanModel |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OneBusAwayStandardControlImpl
public OneBusAwayStandardControlImpl()
setQueryModel
public void setQueryModel(QueryModel constraintsModel)
query
public void query(String query,
String locationQuery,
com.google.gwt.maps.client.geom.LatLng location,
long time,
TransitShedConstraintsBean constraints)
- Specified by:
query
in interface OneBusAwayStandardControl
handleContext
public void handleContext(Context context)
- Description copied from class:
CommonControlImpl
OneBusAwayStandardControl
Interface
- Specified by:
handleContext
in interface CommonControl
- Overrides:
handleContext
in class CommonControlImpl
setQueryLocation
public void setQueryLocation(com.google.gwt.maps.client.geom.LatLng point)
- Specified by:
setQueryLocation
in interface CommonControl
search
public void search(MinTransitTimeResult result)
- Specified by:
search
in interface CommonControl
getQueryLocation
protected com.google.gwt.maps.client.geom.LatLng getQueryLocation()
- Description copied from class:
CommonControlImpl
- Protected Methods
- Specified by:
getQueryLocation
in class CommonControlImpl
getQueryTime
protected long getQueryTime()
- Specified by:
getQueryTime
in class CommonControlImpl
getQueryConstraints
protected TransitShedConstraintsBean getQueryConstraints()
- Specified by:
getQueryConstraints
in class CommonControlImpl
setQueryLocationLookupResult
protected void setQueryLocationLookupResult(Place place)
- Specified by:
setQueryLocationLookupResult
in class CommonControlImpl
Copyright © 2012 OneBusAway. All Rights Reserved.