public class ExpandableListConnector
extends android.widget.BaseAdapter
implements android.widget.Filterable
| Modifier and Type | Class and Description |
|---|---|
protected class |
ExpandableListConnector.MyDataSetObserver |
static class |
ExpandableListConnector.PositionMetadata |
| Constructor and Description |
|---|
ExpandableListConnector(android.widget.ExpandableListAdapter expandableListAdapter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areAllItemsEnabled() |
int |
getCount() |
android.widget.Filter |
getFilter() |
Object |
getItem(int flatListPos) |
long |
getItemId(int flatListPos) |
int |
getItemViewType(int flatListPos) |
android.view.View |
getView(int flatListPos,
android.view.View convertView,
android.view.ViewGroup parent) |
int |
getViewTypeCount() |
boolean |
hasStableIds() |
boolean |
isEmpty() |
boolean |
isEnabled(int flatListPos) |
boolean |
isGroupExpanded(int groupPosition) |
void |
setExpandableListAdapter(android.widget.ExpandableListAdapter expandableListAdapter) |
void |
setMaxExpGroupCount(int maxExpGroupCount) |
public ExpandableListConnector(android.widget.ExpandableListAdapter expandableListAdapter)
public boolean areAllItemsEnabled()
areAllItemsEnabled in interface android.widget.ListAdapterareAllItemsEnabled in class android.widget.BaseAdapterpublic int getCount()
getCount in interface android.widget.Adapterpublic android.widget.Filter getFilter()
getFilter in interface android.widget.Filterablepublic Object getItem(int flatListPos)
getItem in interface android.widget.Adapterpublic long getItemId(int flatListPos)
getItemId in interface android.widget.Adapterpublic int getItemViewType(int flatListPos)
getItemViewType in interface android.widget.AdaptergetItemViewType in class android.widget.BaseAdapterpublic android.view.View getView(int flatListPos,
android.view.View convertView,
android.view.ViewGroup parent)
getView in interface android.widget.Adapterpublic int getViewTypeCount()
getViewTypeCount in interface android.widget.AdaptergetViewTypeCount in class android.widget.BaseAdapterpublic boolean hasStableIds()
hasStableIds in interface android.widget.AdapterhasStableIds in class android.widget.BaseAdapterpublic boolean isEmpty()
isEmpty in interface android.widget.AdapterisEmpty in class android.widget.BaseAdapterpublic boolean isEnabled(int flatListPos)
isEnabled in interface android.widget.ListAdapterisEnabled in class android.widget.BaseAdapterpublic boolean isGroupExpanded(int groupPosition)
public void setExpandableListAdapter(android.widget.ExpandableListAdapter expandableListAdapter)
public void setMaxExpGroupCount(int maxExpGroupCount)
Copyright © 2012-2013. All Rights Reserved.