OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions
net.osmand.plus.activities.DownloadIndexActivity.DownloadIndexAdapter Class Reference

Inherits BaseExpandableListAdapter, and Filterable.

List of all members.

Classes

class  DownloadIndexFilter

Public Member Functions

 DownloadIndexAdapter (Map< String, IndexItem > indexFiles)
Map< String, IndexItem > getIndexFiles ()
void setIndexFiles (List< IndexItem > indexFiles)
Filter getFilter ()
int getGroupCount ()
int getChildrenCount (int groupPosition)
IndexItemCategory getGroup (int groupPosition)
IndexItem getChild (int groupPosition, int childPosition)
long getGroupId (int groupPosition)
long getChildId (int groupPosition, int childPosition)
boolean hasStableIds ()
View getGroupView (int groupPosition, boolean isExpanded, View convertView, ViewGroup parent)
View getChildView (final int groupPosition, final int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
boolean isChildSelectable (int groupPosition, int childPosition)

Constructor & Destructor Documentation


Member Function Documentation

IndexItem net.osmand.plus.activities.DownloadIndexActivity.DownloadIndexAdapter.getChild ( int  groupPosition,
int  childPosition 
)
long net.osmand.plus.activities.DownloadIndexActivity.DownloadIndexAdapter.getChildId ( int  groupPosition,
int  childPosition 
)
View net.osmand.plus.activities.DownloadIndexActivity.DownloadIndexAdapter.getChildView ( final int  groupPosition,
final int  childPosition,
boolean  isLastChild,
View  convertView,
ViewGroup  parent 
)
View net.osmand.plus.activities.DownloadIndexActivity.DownloadIndexAdapter.getGroupView ( int  groupPosition,
boolean  isExpanded,
View  convertView,
ViewGroup  parent 
)

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines