AlphabetIndexer.SetCursor(ICursor) Method

Definition

Sets a new cursor as the data set and resets the cache of indices.

[Android.Runtime.Register("setCursor", "(Landroid/database/Cursor;)V", "GetSetCursor_Landroid_database_Cursor_Handler")]
public virtual void SetCursor (Android.Database.ICursor? cursor);
[<Android.Runtime.Register("setCursor", "(Landroid/database/Cursor;)V", "GetSetCursor_Landroid_database_Cursor_Handler")>]
abstract member SetCursor : Android.Database.ICursor -> unit
override this.SetCursor : Android.Database.ICursor -> unit

Parameters

cursor
ICursor

the new cursor to use as the data set

Attributes

Remarks

Sets a new cursor as the data set and resets the cache of indices.

Java documentation for android.widget.AlphabetIndexer.setCursor(android.database.Cursor).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to