Android.Widget.AutoCompleteTextView: Method Members

The methods of Android.Widget.AutoCompleteTextView are listed below. For a list of all members, see the AutoCompleteTextView Members list.

See Also: Inherited members from Android.Widget.EditText

Public Methods

ClearListSelection()
DismissDropDown()
EnoughToFilter() : bool
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()

Protected Methods

ConvertSelectionToString(Java.Lang.Object) : string
Documentation for this section has not yet been entered.
ConvertSelectionToStringFormatted(Java.Lang.Object) : Java.Lang.ICharSequence
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.