public abstract class OnItemChildClickListener extends SimpleClickListener
SimpleClickListenerbaseQuickAdapter, TAG| 构造器和说明 |
|---|
OnItemChildClickListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onItemChildClick(BaseQuickAdapter adapter,
android.view.View view,
int position) |
void |
onItemChildLongClick(BaseQuickAdapter adapter,
android.view.View view,
int position) |
void |
onItemClick(BaseQuickAdapter adapter,
android.view.View view,
int position)
Callback method to be invoked when an item in this AdapterView has
been clicked.
|
void |
onItemLongClick(BaseQuickAdapter adapter,
android.view.View view,
int position)
callback method to be invoked when an item in this view has been
click and held
|
abstract void |
onSimpleItemChildClick(BaseQuickAdapter adapter,
android.view.View view,
int position) |
inRangeOfView, onInterceptTouchEvent, onRequestDisallowInterceptTouchEvent, onTouchEventpublic void onItemClick(BaseQuickAdapter adapter, android.view.View view, int position)
SimpleClickListeneronItemClick 在类中 SimpleClickListenerview - The view within the AdapterView that was clicked (this
will be a view provided by the adapter)position - The position of the view in the adapter.public void onItemLongClick(BaseQuickAdapter adapter, android.view.View view, int position)
SimpleClickListeneronItemLongClick 在类中 SimpleClickListenerview - The view whihin the AbsListView that was clickedposition - The position of the view int the adapterpublic void onItemChildClick(BaseQuickAdapter adapter, android.view.View view, int position)
onItemChildClick 在类中 SimpleClickListenerpublic void onItemChildLongClick(BaseQuickAdapter adapter, android.view.View view, int position)
onItemChildLongClick 在类中 SimpleClickListenerpublic abstract void onSimpleItemChildClick(BaseQuickAdapter adapter, android.view.View view, int position)