org.onebusaway.webapp.gwt.viewkit
Class ViewController
java.lang.Object
org.onebusaway.webapp.gwt.viewkit.ViewController
- All Implemented Interfaces:
- ContextAware
- Direct Known Subclasses:
- BookmarkViewController, ListViewController, MapViewController, NavigationController, SearchViewController, TabBarController
public class ViewController
- extends Object
- implements ContextAware
Field Summary |
protected com.google.gwt.user.client.ui.Widget |
_view
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_view
protected com.google.gwt.user.client.ui.Widget _view
ViewController
public ViewController()
getNavigationController
public NavigationController getNavigationController()
setNavigationController
public void setNavigationController(NavigationController controller)
getTabBarItem
public TabBarItem getTabBarItem()
getNavigationItem
public NavigationItem getNavigationItem()
viewDidLoad
public void viewDidLoad()
viewDidUnload
public void viewDidUnload()
viewWillAppear
public void viewWillAppear()
viewDidAppear
public void viewDidAppear()
viewWillDisappear
public void viewWillDisappear()
viewDidDisappear
public void viewDidDisappear()
handleContext
public void handleContext(List<String> path,
Map<String,String> context)
- Specified by:
handleContext
in interface ContextAware
retrieveContext
public void retrieveContext(List<String> path,
Map<String,String> context)
- Specified by:
retrieveContext
in interface ContextAware
fireContextChangedEvent
protected void fireContextChangedEvent()
- Protected Methods
loadView
protected void loadView()
Copyright © 2012 OneBusAway. All Rights Reserved.