| java.lang.Object | ||
| ↳ | PagerAdapter | |
| ↳ | com.mapsted.ui.map.routing.preview.RoutePreviewTopPagerAdapter | |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| interface | RoutePreviewTopPagerAdapter.Listener | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| RoutePreviewTopPagerAdapter() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void | destroyItem(ViewGroup container, int position, Object view) | ||||||||||
| int | getCount() | ||||||||||
| Route | getItem(int index) | ||||||||||
| int |
getItemPosition(Object object)
Callback necessary for notifyDataSetChanged() method
| ||||||||||
| List<Route> | getItems() | ||||||||||
| Object | instantiateItem(ViewGroup container, int position) | ||||||||||
| boolean | isViewFromObject(View view, Object object) | ||||||||||
| void | setItems(List<Route> routes, String routingStartMsg) | ||||||||||
| void | setLabels(String fromLabel, String toLabel) | ||||||||||
| void | setListener(RoutePreviewTopPagerAdapter.Listener listener) | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Callback necessary for notifyDataSetChanged() method