public static interface ExpandableGridView.OnGroupClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onGroupClick(ExpandableGridView parent,
android.view.View view,
int groupIndex,
long id)
The method, which is invoked, when a group of an expandable grid view has been clicked.
|
boolean onGroupClick(ExpandableGridView parent, android.view.View view, int groupIndex, long id)
parent - The expandable grid view, the group belongs to, as an instance of the class
ExpandableGridView. The expandable grid view may not be nullview - The view within the expandable grid view, which has been clicked, as an instance
of the class View. The view may not be nullgroupIndex - The index of the group, which has been clicked, as an Integer valueid - The id of the group, which has been clicked, as an Long value