Class AutoCompleteAdapter
Inherited Members
Namespace: Com.Telerik.Widget.Autocomplete
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class AutoCompleteAdapter : ListViewAdapter, IAutoCompleteAdapterBase, IJavaObject, IDisposable, IJavaPeerable
Constructors
AutoCompleteAdapter(Context, IList<TokenModel>, ListViewHolder)
Declaration
public AutoCompleteAdapter(Context context, IList<TokenModel> items, ListViewHolder layoutItem)
Parameters
Android.Content.Context
context
|
System.Collections.Generic.IList<TokenModel>
items
|
ListViewHolder
layoutItem
|
AutoCompleteAdapter(Context, IList<TokenModel>, Integer)
Declaration
public AutoCompleteAdapter(Context context, IList<TokenModel> items, Integer layoutItem)
Parameters
Android.Content.Context
context
|
System.Collections.Generic.IList<TokenModel>
items
|
Java.Lang.Integer
layoutItem
|
AutoCompleteAdapter(IList)
Declaration
public AutoCompleteAdapter(IList items)
Parameters
System.Collections.IList
items
|
AutoCompleteAdapter(IntPtr, JniHandleOwnership)
Declaration
protected AutoCompleteAdapter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CompletionMode
Declaration
public virtual IFunction2Async CompletionMode { get; set; }
Property Value
IFunction2Async
|
Implements
FilteredList
Declaration
public virtual IList<TokenModel> FilteredList { get; set; }
Property Value
System.Collections.Generic.IList<TokenModel>
|
Implements
HighlightColor
Declaration
public virtual int HighlightColor { get; set; }
Property Value
System.Int32
|
HighlightingEnabled
Declaration
public virtual bool HighlightingEnabled { get; set; }
Property Value
System.Boolean
|
InitialListOfItems
Declaration
public virtual IList<TokenModel> InitialListOfItems { get; set; }
Property Value
System.Collections.Generic.IList<TokenModel>
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
Filter(String)
Declaration
public virtual void Filter(string charText)
Parameters
System.String
charText
|