org.onebusaway.webapp.gwt.mobile_application.control
Class RecentStopsListViewModel
java.lang.Object
org.onebusaway.webapp.gwt.viewkit.ListViewModel
org.onebusaway.webapp.gwt.mobile_application.control.RecentStopsListViewModel
- All Implemented Interfaces:
- ContextAware
public class RecentStopsListViewModel
- extends ListViewModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecentStopsListViewModel
public RecentStopsListViewModel()
willReload
public void willReload()
- Overrides:
willReload
in class ListViewModel
getNumberOfSections
public int getNumberOfSections()
- Overrides:
getNumberOfSections
in class ListViewModel
getNumberOfRowsInSection
public int getNumberOfRowsInSection(int sectionIndex)
- Overrides:
getNumberOfRowsInSection
in class ListViewModel
getListViewRowForSectionAndRow
public ListViewRow getListViewRowForSectionAndRow(int sectionIndex,
int rowIndex)
- Overrides:
getListViewRowForSectionAndRow
in class ListViewModel
willRespondToRowClicks
public boolean willRespondToRowClicks()
- Overrides:
willRespondToRowClicks
in class ListViewModel
onRowClick
public void onRowClick(ListViewController listViewController,
int sectionIndex,
int rowIndex)
- Overrides:
onRowClick
in class ListViewModel
handleContext
public void handleContext(List<String> path,
Map<String,String> context)
- Specified by:
handleContext
in interface ContextAware
- Overrides:
handleContext
in class ListViewModel
retrieveContext
public void retrieveContext(List<String> path,
Map<String,String> context)
- Specified by:
retrieveContext
in interface ContextAware
- Overrides:
retrieveContext
in class ListViewModel
Copyright © 2012 OneBusAway. All Rights Reserved.