- android
- android.accessibilityservice
- android.accounts
- android.content
- android.database.sqlite
- android.graphics
- android.location
- android.media
- android.net
- android.os
- android.text
- android.view
- android.view.inputmethod
- android.widget
- AbsListView
- AbsoluteLayout
- AbsSeekBar
- AbsSpinner
- AdapterView
- AnalogClock
- BaseAdapter
- BaseExpandableListAdapter
- Button
- CheckBox
- CheckedTextView
- Checkable
- Chronometer
- CompoundButton
- CursorAdapter
- CursorTreeAdapter
- DatePicker
- DialerFilter
- DigitalClock
- EditText
- Filter
- Filter.FilterListener
- Filter.FilterResults
- ExpandableListAdapter
- Filterable
- Gallery
- Gallery.LayoutParams
- GridView
- GridLayout
- RadioGroup
- ImageView
- HorizontalScrollView
- ImageButton
- ImageSwitcher
- FilterQueryProvider
- ListAdapter
- ListView
- MediaController
- QuickContactBadge
- RadioButton
- RatingBar
- RelativeLayout
- RemoteViews
- ResourceCursorAdapter
- ResourceCursorTreeAdapter
- Scroller
- ScrollView
- SearchView
- SeekBar
- SeekBar.OnSeekBarChangeListener
- SimpleAdapter
- SimpleCursorAdapter
- SimpleCursorTreeAdapter
- SimpleExpandableListAdapter
- SlidingDrawer
- Spinner
- SpinnerAdapter
- WrapperListAdapter
- TabHost
- TabHost.TabSpec
- TextView
- TimePicker
- Toast
- TableLayout
- TableRow
- TableRow.LayoutParams
- TabWidget
- TextSwitcher
- ToggleButton
- TwoLineListItem
- VideoView
- ViewAnimator
- ViewFlipper
- ViewSwitcher
- ZoomButtonsController
- ZoomButton
- ZoomControls
- dalvik.system
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
ExpandableListView.OnGroupClickListener
ExpandableListView.OnGroupClickListener
版本:Android 3.0 r1
结构
继承关系
public static interface ExpandableListView.OnGroupClickListener
java.lang.Object
android.widget.ExpandableListView.OnGroupClickListener
类概述
这是一个定义了当可折叠列表(expandable list) 里的组(group) 发生点击事件时调用的回调方法的接口。
公共方法
public abstract boolean onGroupClick (ExpandableListView parent, View v, int groupPosition, long id)
用当可折叠列表里的组(group) 被点击的时候被调用的回调方法。
参数
parent 发生点击事件的 ExpandableListConnector
v 在 expandable list/ListView 中被点击的视图(View)
groupPosition 被点击的组(group) 在 ExpandableListConnector 中的位置(索引)
id 被点击的组(group) 的行 ID(索引)
返回值
当点击事件被处理的时候返回 true
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论