public static interface ExpandableGridView.OnChildClickListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
onChildClick(ExpandableGridView parent,
android.view.View view,
int groupIndex,
int childIndex,
long id)
The method, which is invoked, when a child of an expandable grid view has been clicked.
|
boolean onChildClick(ExpandableGridView parent, android.view.View view, int groupIndex, int childIndex, long id)
parent - The expandable grid view, the child 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, the child, which has been clicked, belongs to, as an
Integer valuechildIndex - The index of the child, which has been clicked, as an Integer valueid - The id of the child, which has been clicked, as an Long value