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

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


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

    NavigationController search = createNavigationController("search",
        "Search", _resources.getMagnifyingGlassIcon(),
        new SearchViewController());

    tabs.addViewController(maps);
    tabs.addViewController(bookmarks);
    tabs.addViewController(recentStops);
    tabs.addViewController(search);
View Full Code Here

TOP

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

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.