org.onebusaway.webapp.gwt.where_library.resources
Interface WhereLibraryCssResource

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype

@CssResource.ImportedWithPrefix(value="WhereLibrary")
@WebappImportedWithPrefix(value="WhereLibrary")
public interface WhereLibraryCssResource
extends com.google.gwt.resources.client.CssResource


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
 
Method Summary
 String arrivalStatusCancelled()
           
 String arrivalStatusDelayed()
           
 String arrivalStatusDepartedDelayed()
           
 String arrivalStatusDepartedEarly()
           
 String arrivalStatusDepartedNoInfo()
           
 String arrivalStatusDepartedOnTime()
           
 String arrivalStatusEarly()
           
 String arrivalStatusNoInfo()
           
 String arrivalStatusOnTime()
           
 
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
 
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
 

Method Detail

arrivalStatusOnTime

String arrivalStatusOnTime()

arrivalStatusNoInfo

String arrivalStatusNoInfo()

arrivalStatusEarly

String arrivalStatusEarly()

arrivalStatusDelayed

String arrivalStatusDelayed()

arrivalStatusDepartedOnTime

String arrivalStatusDepartedOnTime()

arrivalStatusDepartedNoInfo

String arrivalStatusDepartedNoInfo()

arrivalStatusDepartedEarly

String arrivalStatusDepartedEarly()

arrivalStatusDepartedDelayed

String arrivalStatusDepartedDelayed()

arrivalStatusCancelled

String arrivalStatusCancelled()


Copyright © 2012 OneBusAway. All Rights Reserved.