org.onebusaway.webapp.gwt.mobile_application.control
Class StopWithArrivalsAndDeparturesListViewModel
java.lang.Object
org.onebusaway.webapp.gwt.viewkit.ListViewModel
org.onebusaway.webapp.gwt.mobile_application.control.StopWithArrivalsAndDeparturesListViewModel
- All Implemented Interfaces:
- ContextAware
public class StopWithArrivalsAndDeparturesListViewModel
- extends ListViewModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StopWithArrivalsAndDeparturesListViewModel
public StopWithArrivalsAndDeparturesListViewModel()
setData
public void setData(StopWithArrivalsAndDeparturesBean data)
getNumberOfSections
public int getNumberOfSections()
ListViewModel
Interface
- 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
onRowClick
public void onRowClick(ListViewController listViewController,
int sectionIndex,
int rowIndex)
- Overrides:
onRowClick
in class ListViewModel
Copyright © 2012 OneBusAway. All Rights Reserved.