The members of Android.Widget.AlphabetIndexer are listed below.
See Also: Inherited members from Android.Database.DataSetObserver
Constructs the indexer. | ||
Constructs the indexer. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
MAlphabet | Java.Lang.ICharSequence. The string of characters that make up the indexing sections. | |
MColumnIndex | int. The index of the cursor column that this list is sorted on. | |
MDataCursor | Android.Database.ICursor. Cursor that is used by the adapter of the list view. | |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
GetPositionForSection(int)Performs a binary search or cache lookup to find the first row that matches a given section's starting letter. | ||
GetSectionForPosition(int)Returns the section index for a given position in the list by querying the item and comparing it with all items in the section array. | ||
GetSections()Returns the section array constructed from the alphabet provided in the constructor. | ||
SetCursor(Android.Database.ICursor)Sets a new cursor as the data set and resets the cache of indices. |