public static interface ExpandableListView.OnGroupClickListener
| android.widget.ExpandableListView.OnGroupClickListener |
当此可扩展列表中的组已被点击时,将调用回调的接口定义。
公共方法(Public methods) |
|
|---|---|
abstract boolean |
onGroupClick(ExpandableListView parent, View v, int groupPosition, long id) 当点击此可展开列表中的组时,将调用回调方法。 |
boolean onGroupClick (ExpandableListView parent, View v, int groupPosition, long id)
当点击此可展开列表中的组时,将调用回调方法。
| 参数(Parameters) | |
|---|---|
parent |
ExpandableListView: The ExpandableListConnector where the click happened |
v |
View: The view within the expandable list/ListView that was clicked |
groupPosition |
int: The group position that was clicked |
id |
long: The row id of the group that was clicked |
| 返回(Returns) | |
|---|---|
boolean |
True if the click was handled |