AbsListView.MultiChoiceModeListener
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[]]