AbsListView.MultiChoiceModeListener
public
static
interface
AbsListView.MultiChoiceModeListener
implements
ActionMode.Callback
android.widget.AbsListView.MultiChoiceModeListener
|
A MultiChoiceModeListener receives events for AbsListView.CHOICE_MODE_MULTIPLE_MODAL
.
It acts as the ActionMode.Callback
for the selection mode and also receives
onItemCheckedStateChanged(android.view.ActionMode, int, long, boolean)
events when the user
selects and deselects list items.
Summary
Public methods |
abstract
void
|
onItemCheckedStateChanged(ActionMode mode, int position, long id, boolean checked)
Called when an item is checked or unchecked during selection mode.
|
Public methods
onItemCheckedStateChanged
public abstract void onItemCheckedStateChanged (ActionMode mode,
int position,
long id,
boolean checked)
Called when an item is checked or unchecked during selection mode.
Parameters |
mode |
ActionMode : The ActionMode providing the selection mode |
position |
int : Adapter position of the item that was checked or unchecked |
id |
long : Adapter ID of the item that was checked or unchecked |
checked |
boolean : true if the item is now checked, false
if the item is now unchecked. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[]]