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

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

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025-02-10 UTC.