The members of Android.Widget.AutoCompleteTextView are listed below.
See Also: Inherited members from Android.Widget.EditText
A constructor used when creating managed representations of JNI objects; called by the runtime. |
[read-only] | Filter | Filter. Returns the Filter obtained from IFilterable.Filter, or null if AutoCompleteTextView.setAdapter(T) was not called with a Filterable. |
[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. |
ClearListSelection() | ||
DismissDropDown() | ||
EnoughToFilter()Returns true if the amount of text in the field meets or exceeds the AutoCompleteTextView.Threshold requirement. | ||
OnFilterComplete(int) | ||
PerformCompletion() | ||
PerformValidation()If a validator was set on this view and the current string is not valid, ask the validator to fix it. | ||
SetCompletionHint(Java.Lang.ICharSequence) | ||
SetCompletionHint(string)Documentation for this section has not yet been entered. | ||
SetDropDownBackgroundDrawable(Android.Graphics.Drawables.Drawable) | ||
SetDropDownBackgroundResource(int) | ||
SetOnDismissListener(AutoCompleteTextView.IOnDismissListener)Set a listener that will be invoked whenever the AutoCompleteTextView's list of completions is dismissed. | ||
SetText(Java.Lang.ICharSequence, bool)Like TextView.TextFormatted, except that it can disable filtering. | ||
SetText(string, bool)Documentation for this section has not yet been entered. | ||
ShowDropDown() |
ConvertSelectionToString(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
ConvertSelectionToStringFormatted(Java.Lang.Object) | ||
PerformFiltering(Java.Lang.ICharSequence, int) | ||
PerformFiltering(string, int)Documentation for this section has not yet been entered. | ||
ReplaceText(Java.Lang.ICharSequence) | ||
ReplaceText(string)Documentation for this section has not yet been entered. |
Dismiss | Documentation for this section has not yet been entered. | |
ItemClick | Documentation for this section has not yet been entered. | |
ItemSelected | Documentation for this section has not yet been entered. | |
ItemSelectionCleared | Documentation for this section has not yet been entered. | |
NothingSelected | Documentation for this section has not yet been entered. |