Package org.onebusaway.webapp.gwt.mobile_application.view

Examples of org.onebusaway.webapp.gwt.mobile_application.view.RecentStopsViewController


    NavigationController bookmarks = createNavigationController("bookmarks",
        "Bookmarks", _resources.getBookmarksIcon(),
        new BookmarksViewController());

    NavigationController recentStops = createNavigationController("recent",
        "Recent", _resources.getClockIcon(), new RecentStopsViewController());

    NavigationController search = createNavigationController("search",
        "Search", _resources.getMagnifyingGlassIcon(),
        new SearchViewController());
View Full Code Here

TOP

Related Classes of org.onebusaway.webapp.gwt.mobile_application.view.RecentStopsViewController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.