AutoCompleteTextView.SetText Method

Definition

Overloads

SetText(ICharSequence, Boolean)

Like #setText(CharSequence), except that it can disable filtering.

SetText(String, Boolean)

Like #setText(CharSequence), except that it can disable filtering.

SetText(ICharSequence, Boolean)

Like #setText(CharSequence), except that it can disable filtering.

[Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;Z)V", "GetSetText_Ljava_lang_CharSequence_ZHandler")]
public virtual void SetText (Java.Lang.ICharSequence? text, bool filter);
[<Android.Runtime.Register("setText", "(Ljava/lang/CharSequence;Z)V", "GetSetText_Ljava_lang_CharSequence_ZHandler")>]
override this.SetText : Java.Lang.ICharSequence * bool -> unit

Parameters

filter
Boolean

If false, no filtering will be performed as a result of this call.

Attributes

Remarks

Like #setText(CharSequence), except that it can disable filtering.

Java documentation for android.widget.AutoCompleteTextView.setText(java.lang.CharSequence, boolean).

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

SetText(String, Boolean)

Like #setText(CharSequence), except that it can disable filtering.

public void SetText (string? text, bool filter);
override this.SetText : string * bool -> unit

Parameters

text
String
filter
Boolean

If false, no filtering will be performed as a result of this call.

Remarks

Like #setText(CharSequence), except that it can disable filtering.

Java documentation for android.widget.AutoCompleteTextView.setText(java.lang.CharSequence, boolean).

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