Examples of RecentStopsViewController


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
Copyright © 2018 www.massapi.com. 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.