Java android.widget ExpandableListAdapter fields, constructors, methods, implement or subclass

Example usage for Java android.widget ExpandableListAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.widget ExpandableListAdapter.

The text is from its open source code.

Implementation

android.widget.ExpandableListAdapter has the following implementations.
Click this link to see all its implementation.

Method

ObjectgetChild(int groupPosition, int childPosition)
Gets the data associated with the given child within the given group.
intgetChildrenCount(int groupPosition)
Gets the number of children in a specified group.
ViewgetChildView(int groupPosition, int childPosition, boolean isLastChild, View convertView, ViewGroup parent)
Gets a View that displays the data for the given child within the given group.
intgetGroupCount()
Gets the number of groups.
voidregisterDataSetObserver(DataSetObserver observer)