Added in API level 1
Summary:
Methods
ExpandableListView.OnGroupExpandListener
public
static
interface
ExpandableListView.OnGroupExpandListener
android.widget.ExpandableListView.OnGroupExpandListener |
Used for being notified when a group is expanded
Summary
Public methods | |
---|---|
abstract
void
|
onGroupExpand(int groupPosition)
Callback method to be invoked when a group in this expandable list has been expanded. |
Public methods
onGroupExpand
Added in API level 1
public abstract void onGroupExpand (int groupPosition)
Callback method to be invoked when a group in this expandable list has been expanded.
Parameters | |
---|---|
groupPosition |
int : The group position that was expanded |