public class GenericExpandableListAdapter<D,ChildD>
Created by Administrator on 13-6-17.
| 构造器和说明 |
|---|
GenericExpandableListAdapter() |
GenericExpandableListAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addData() |
void |
addData() |
void |
addData() |
void |
addData() |
java.lang.Object |
getChild() |
long |
getChildId() |
int |
getChildType() |
int |
getChildTypeCount() |
android.view.View |
getChildView() |
int |
getChildrenCount() |
java.lang.Object |
getGroup() |
int |
getGroupCount() |
long |
getGroupId() |
int |
getGroupType() |
int |
getGroupTypeCount() |
android.view.View |
getGroupView() |
boolean |
hasStableIds() |
boolean |
isChildSelectable() |
D |
queryData() |
int |
queryData() |
void |
removeData() |
void |
removeData() |
void |
setData() |
public GenericExpandableListAdapter()
public GenericExpandableListAdapter()
public void setData()
public void addData()
public void addData()
public void addData()
public void addData()
public void removeData()
public void removeData()
public D queryData()
public int queryData()
public int getGroupCount()
public int getChildrenCount()
public java.lang.Object getGroup()
public java.lang.Object getChild()
public long getGroupId()
public long getChildId()
public int getGroupTypeCount()
public int getChildTypeCount()
public int getGroupType()
public int getChildType()
public boolean hasStableIds()
public android.view.View getGroupView()
public android.view.View getChildView()
public boolean isChildSelectable()