public interface ThinkingExpandableListViewItemTrackProperties
| 限定符和类型 | 方法和说明 |
|---|---|
JSONObject |
getThinkingChildItemTrackProperties(int groupPosition,
int childPosition)
点击 childPosition 处 item 时的属性
|
JSONObject |
getThinkingGroupItemTrackProperties(int groupPosition)
点击 groupPosition 处 item 时的属性
|
JSONObject getThinkingChildItemTrackProperties(int groupPosition,
int childPosition)
throws JSONException
groupPosition - The child's parent group's position.childPosition - The child position within the group.JSONExceptionJSONObject getThinkingGroupItemTrackProperties(int groupPosition)
throws JSONException
groupPosition - the group positionJSONException