Android.Widget.AutoCompleteTextView Members

The members of Android.Widget.AutoCompleteTextView are listed below.

See Also: Inherited members from Android.Widget.EditText

Public Constructors

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AdapterIListAdapter.
[read-only]
CompletionHintstring. Documentation for this section has not yet been entered.
[read-only]
CompletionHintFormattedJava.Lang.ICharSequence. Gets the optional hint text displayed at the bottom of the the matching list.
DropDownAnchorint.
[read-only]
DropDownBackgroundAndroid.Graphics.Drawables.Drawable.
DropDownHeightint.
DropDownHorizontalOffsetint.
DropDownVerticalOffsetint.
DropDownWidthint.
[read-only]
IsPerformingCompletionbool. Identifies whether the view is currently performing a text completion, so subclasses can decide whether to respond to text changed events.
[read-only]
IsPopupShowingbool.
[read-only]
ItemClickListenerAdapterView.IOnItemClickListener.
[read-only]
ItemSelectedListenerAdapterView.IOnItemSelectedListener.
ListSelectionint. Get the position of the dropdown view selection, if there is one.
OnItemClickListenerAdapterView.IOnItemClickListener.
OnItemSelectedListenerAdapterView.IOnItemSelectedListener.
Thresholdint.
ValidatorAutoCompleteTextView.IValidator. Returns the Validator set with AutoCompleteTextView.Validator, or null if it was not set.

Protected Properties

[read-only]
FilterFilter. Returns the Filter obtained from IFilterable.Filter, or null if AutoCompleteTextView.setAdapter(T) was not called with a Filterable.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.

Public Events

DismissDocumentation for this section has not yet been entered.
ItemClickDocumentation for this section has not yet been entered.
ItemSelectedDocumentation for this section has not yet been entered.
ItemSelectionClearedDocumentation for this section has not yet been entered.
NothingSelectedDocumentation for this section has not yet been entered.