public abstract class OnItemChildClickListener extends SimpleClickListener
SimpleClickListenerbaseQuickAdapter, TAG| Constructor and Description |
|---|
OnItemChildClickListener() |
| Modifier and Type | Method and Description |
|---|---|
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 in class 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 in class 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 in class SimpleClickListenerpublic void onItemChildLongClick(BaseQuickAdapter adapter, android.view.View view, int position)
onItemChildLongClick in class SimpleClickListenerpublic abstract void onSimpleItemChildClick(BaseQuickAdapter adapter, android.view.View view, int position)