org.onebusaway.webapp.gwt.where_library
Interface WhereMessages

All Superinterfaces:
com.google.gwt.i18n.shared.Localizable, com.google.gwt.i18n.client.LocalizableResource, com.google.gwt.i18n.client.Messages

public interface WhereMessages
extends com.google.gwt.i18n.client.Messages


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Messages
com.google.gwt.i18n.client.Messages.AlternateMessage, com.google.gwt.i18n.client.Messages.DefaultMessage, com.google.gwt.i18n.client.Messages.Example, com.google.gwt.i18n.client.Messages.Offset, com.google.gwt.i18n.client.Messages.Optional, com.google.gwt.i18n.client.Messages.PluralCount, com.google.gwt.i18n.client.Messages.PluralText, com.google.gwt.i18n.client.Messages.Select
 
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
com.google.gwt.i18n.client.LocalizableResource.DefaultLocale, com.google.gwt.i18n.client.LocalizableResource.Description, com.google.gwt.i18n.client.LocalizableResource.Generate, com.google.gwt.i18n.client.LocalizableResource.GeneratedFrom, com.google.gwt.i18n.client.LocalizableResource.GenerateKeys, com.google.gwt.i18n.client.LocalizableResource.Key, com.google.gwt.i18n.client.LocalizableResource.Meaning
 
Method Summary
 String arrivedEarly(int minutes)
          Arrivals and Departures Fields
 String arrivedLate(int minutes)
           
 String arrivedOnTime()
           
 String commonInvalidPage(String token)
           
 String commonInvalidSelection()
           
 String commonInvalidURL(String token)
           
 String commonNoSuchRoute()
           
 String commonNoSuchServicePattern()
           
 String commonNoSuchStop()
           
 String delayed(int minutes)
           
 String departedEarly(int minutes)
           
 String departedLate(int minutes)
           
 String departedOnTime()
           
 String early(int minutes)
           
 String go()
           
 String iphoneIndexPageCredits()
          
 String iphoneStopPageSearchByRouteNumber()
           
 String iphoneStopPageSearchByStopNumber()
           
 String onTime()
           
 String scheduledArrival()
           
 String scheduledDeparture()
           
 String standardCustomStopByNumberPageSearchForStops()
          CustomStopByNumberPage Interface
 String standardIndexPageAddressFound()
           
 String standardIndexPageChangeDefaultSearchLocation()
           
 String standardIndexPageDidYouMean()
           
 String standardIndexPageFindNearbyStops()
           
 String standardIndexPageGetRealtimeArrivalInfo()
           
 String standardIndexPageHideThisMarker()
           
 String standardIndexPageInvalidAreaSpecified()
           
 String standardIndexPageInvalidLocationSpecified()
           
 String standardIndexPageInvalidRouteSpecified()
           
 String standardIndexPageRouteNumber(String routeNumber)
           
 String standardIndexPageRoutes()
           
 String standardIndexPageSearch()
           
 String standardIndexPageSearchByAddressExample()
           
 String standardIndexPageSearchByNumberExample()
           
 String standardIndexPageSearchByNumberExampleLink()
           
 String standardIndexPageSearchByRouteExample()
           
 String standardIndexPageSearchForStops()
           
 String standardIndexPageSearchForStopsInThisArea()
           
 String standardIndexPageSelectADestination()
           
 String standardIndexPageTooManyResultsLink()
           
 String standardIndexPageTooManyResultsPost()
           
 String standardIndexPageTooManyResultsPre()
           
 String standardIndexPageWhereIsYourBus()
          IndexPage Messages
 String stopByNumberPageBound()
           
 String stopByNumberPageDelayed(int minutes)
           
 String stopByNumberPageDepartedEarly(int minutes)
           
 String stopByNumberPageDepartedLate(int minutes)
           
 String stopByNumberPageDepartedOnTime()
           
 String stopByNumberPageDestination()
           
 String stopByNumberPageEarly(int minutes)
           
 String stopByNumberPageInvalidRouteNumberSpecified()
           
 String stopByNumberPageInvalidStopNumberSpecified()
           
 String stopByNumberPageKey()
           
 String stopByNumberPageLastUpdate()
           
 String stopByNumberPageMinutes()
           
 String stopByNumberPageNearbyStops()
           
 String stopByNumberPageNoStopNumberSpecified()
           
 String stopByNumberPageOnTime()
           
 String stopByNumberPageRefresh()
           
 String stopByNumberPageRoute()
           
 String stopByNumberPageScheduledArrival()
           
 String stopByNumberPageScheduledDeparture()
           
 String stopByNumberPageShowAllArrivals()
           
 String stopByNumberPageStopNumberShebang()
          StopByNumberPage Messages
 String stopByNumberPageWaitingForUpdate()
           
 String stopIdentificationPageDescription()
           
 String stopIdentificationPageTitle()
          StopIdentifcationPage Messages
 String stopsByNumberPageEnterYourStopNumber()
          StopsByNumberPage Messages
 String stopsByNumberPageFindingYourStopNumber()
           
 String stopsByRoutePageCrossStreetPrefix()
           
 String stopsByRoutePageDestinationPrefix()
           
 String stopsByRoutePageEnterYourRouteNumber()
          StopsByRoutePage Messages
 String stopsByRoutePageInvalidRouteNumberSpecified()
           
 String stopsByRoutePageInvalidSelectionSpecified()
           
 String stopsByRoutePageMainStreetPrefix()
           
 String stopsByRoutePageRegionAfter(String name)
           
 String stopsByRoutePageRegionBefore(String name)
           
 String stopsByRoutePageRegionBetween(String a, String b)
           
 String stopsByRoutePageRegionUncertain()
           
 String stopsByRoutePageRoutePrefix()
           
 String stopsByRoutePageSelectStopsAt()
           
 String stopsByRoutePageSelectYourDestination()
           
 String stopsByRoutePageStopDescription(String id, String direction)
           
 

Method Detail

go

String go()

standardIndexPageWhereIsYourBus

String standardIndexPageWhereIsYourBus()
IndexPage Messages


standardIndexPageChangeDefaultSearchLocation

String standardIndexPageChangeDefaultSearchLocation()

standardIndexPageSearchForStops

String standardIndexPageSearchForStops()

standardIndexPageSearchByAddressExample

String standardIndexPageSearchByAddressExample()

standardIndexPageSearchByRouteExample

String standardIndexPageSearchByRouteExample()

standardIndexPageSearchByNumberExample

String standardIndexPageSearchByNumberExample()

standardIndexPageSearchByNumberExampleLink

String standardIndexPageSearchByNumberExampleLink()

standardIndexPageSearch

String standardIndexPageSearch()

standardIndexPageAddressFound

String standardIndexPageAddressFound()

standardIndexPageHideThisMarker

String standardIndexPageHideThisMarker()

standardIndexPageDidYouMean

String standardIndexPageDidYouMean()

standardIndexPageFindNearbyStops

String standardIndexPageFindNearbyStops()

standardIndexPageSearchForStopsInThisArea

String standardIndexPageSearchForStopsInThisArea()

standardIndexPageTooManyResultsPre

String standardIndexPageTooManyResultsPre()

standardIndexPageTooManyResultsLink

String standardIndexPageTooManyResultsLink()

standardIndexPageTooManyResultsPost

String standardIndexPageTooManyResultsPost()

standardIndexPageGetRealtimeArrivalInfo

String standardIndexPageGetRealtimeArrivalInfo()

standardIndexPageRoutes

String standardIndexPageRoutes()

standardIndexPageRouteNumber

String standardIndexPageRouteNumber(String routeNumber)

standardIndexPageSelectADestination

String standardIndexPageSelectADestination()

standardIndexPageInvalidLocationSpecified

String standardIndexPageInvalidLocationSpecified()

standardIndexPageInvalidAreaSpecified

String standardIndexPageInvalidAreaSpecified()

standardIndexPageInvalidRouteSpecified

String standardIndexPageInvalidRouteSpecified()

iphoneIndexPageCredits

String iphoneIndexPageCredits()


iphoneStopPageSearchByStopNumber

String iphoneStopPageSearchByStopNumber()

iphoneStopPageSearchByRouteNumber

String iphoneStopPageSearchByRouteNumber()

stopsByNumberPageEnterYourStopNumber

String stopsByNumberPageEnterYourStopNumber()
StopsByNumberPage Messages


stopsByNumberPageFindingYourStopNumber

String stopsByNumberPageFindingYourStopNumber()

stopsByRoutePageEnterYourRouteNumber

String stopsByRoutePageEnterYourRouteNumber()
StopsByRoutePage Messages


stopsByRoutePageSelectYourDestination

String stopsByRoutePageSelectYourDestination()

stopsByRoutePageSelectStopsAt

String stopsByRoutePageSelectStopsAt()

stopsByRoutePageRegionAfter

String stopsByRoutePageRegionAfter(String name)

stopsByRoutePageRegionBefore

String stopsByRoutePageRegionBefore(String name)

stopsByRoutePageRegionBetween

String stopsByRoutePageRegionBetween(String a,
                                     String b)

stopsByRoutePageRegionUncertain

String stopsByRoutePageRegionUncertain()

stopsByRoutePageStopDescription

String stopsByRoutePageStopDescription(String id,
                                       String direction)

stopsByRoutePageRoutePrefix

String stopsByRoutePageRoutePrefix()

stopsByRoutePageDestinationPrefix

String stopsByRoutePageDestinationPrefix()

stopsByRoutePageMainStreetPrefix

String stopsByRoutePageMainStreetPrefix()

stopsByRoutePageCrossStreetPrefix

String stopsByRoutePageCrossStreetPrefix()

stopsByRoutePageInvalidRouteNumberSpecified

String stopsByRoutePageInvalidRouteNumberSpecified()

stopsByRoutePageInvalidSelectionSpecified

String stopsByRoutePageInvalidSelectionSpecified()

stopIdentificationPageTitle

String stopIdentificationPageTitle()
StopIdentifcationPage Messages


stopIdentificationPageDescription

String stopIdentificationPageDescription()

stopByNumberPageStopNumberShebang

String stopByNumberPageStopNumberShebang()
StopByNumberPage Messages


stopByNumberPageRoute

String stopByNumberPageRoute()

stopByNumberPageDestination

String stopByNumberPageDestination()

stopByNumberPageMinutes

String stopByNumberPageMinutes()

stopByNumberPageScheduledDeparture

String stopByNumberPageScheduledDeparture()

stopByNumberPageScheduledArrival

String stopByNumberPageScheduledArrival()

stopByNumberPageDepartedOnTime

String stopByNumberPageDepartedOnTime()

stopByNumberPageDepartedEarly

String stopByNumberPageDepartedEarly(int minutes)

stopByNumberPageDepartedLate

String stopByNumberPageDepartedLate(int minutes)

stopByNumberPageOnTime

String stopByNumberPageOnTime()

stopByNumberPageEarly

String stopByNumberPageEarly(int minutes)

stopByNumberPageDelayed

String stopByNumberPageDelayed(int minutes)

stopByNumberPageBound

String stopByNumberPageBound()

stopByNumberPageShowAllArrivals

String stopByNumberPageShowAllArrivals()

stopByNumberPageKey

String stopByNumberPageKey()

stopByNumberPageLastUpdate

String stopByNumberPageLastUpdate()

stopByNumberPageWaitingForUpdate

String stopByNumberPageWaitingForUpdate()

stopByNumberPageRefresh

String stopByNumberPageRefresh()

stopByNumberPageNearbyStops

String stopByNumberPageNearbyStops()

stopByNumberPageNoStopNumberSpecified

String stopByNumberPageNoStopNumberSpecified()

stopByNumberPageInvalidStopNumberSpecified

String stopByNumberPageInvalidStopNumberSpecified()

stopByNumberPageInvalidRouteNumberSpecified

String stopByNumberPageInvalidRouteNumberSpecified()

standardCustomStopByNumberPageSearchForStops

String standardCustomStopByNumberPageSearchForStops()
CustomStopByNumberPage Interface


commonInvalidURL

String commonInvalidURL(String token)

commonInvalidPage

String commonInvalidPage(String token)

commonNoSuchRoute

String commonNoSuchRoute()

commonNoSuchStop

String commonNoSuchStop()

commonNoSuchServicePattern

String commonNoSuchServicePattern()

commonInvalidSelection

String commonInvalidSelection()

arrivedEarly

String arrivedEarly(int minutes)
Arrivals and Departures Fields


departedEarly

String departedEarly(int minutes)

early

String early(int minutes)

arrivedOnTime

String arrivedOnTime()

departedOnTime

String departedOnTime()

onTime

String onTime()

arrivedLate

String arrivedLate(int minutes)

departedLate

String departedLate(int minutes)

delayed

String delayed(int minutes)

scheduledArrival

String scheduledArrival()

scheduledDeparture

String scheduledDeparture()


Copyright © 2012 OneBusAway. All Rights Reserved.