C# Class android.widget.AutoCompleteTextView

Inheritance: android.widget.EditText, android.widget.Filter.FilterListener
Mostra file Open project: JeroMiya/androidmono

Public Methods

Method Description
AutoCompleteTextView ( android arg0 )
AutoCompleteTextView ( android arg0, android arg1 )
AutoCompleteTextView ( android arg0, android arg1, int arg2 )
clearListSelection ( ) : void
dismissDropDown ( ) : void
enoughToFilter ( ) : bool
getAdapter ( ) : global::android.widget.ListAdapter
getDropDownAnchor ( ) : int
getDropDownBackground ( ) : global::android.graphics.drawable.Drawable
getDropDownHeight ( ) : int
getDropDownHorizontalOffset ( ) : int
getDropDownVerticalOffset ( ) : int
getDropDownWidth ( ) : int
getItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
getItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
getListSelection ( ) : int
getOnItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
getOnItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
getThreshold ( ) : int
getValidator ( ) : global::android.widget.AutoCompleteTextView.Validator
isPerformingCompletion ( ) : bool
isPopupShowing ( ) : bool
onCommitCompletion ( android arg0 ) : void
onFilterComplete ( int arg0 ) : void
onKeyDown ( int arg0, android arg1 ) : bool
onKeyPreIme ( int arg0, android arg1 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onWindowFocusChanged ( bool arg0 ) : void
performCompletion ( ) : void
performValidation ( ) : void
setAdapter ( android arg0 ) : void
setCompletionHint ( java arg0 ) : void
setCompletionHint ( string arg0 ) : void
setDropDownAnchor ( int arg0 ) : void
setDropDownBackgroundDrawable ( android arg0 ) : void
setDropDownBackgroundResource ( int arg0 ) : void
setDropDownHeight ( int arg0 ) : void
setDropDownHorizontalOffset ( int arg0 ) : void
setDropDownVerticalOffset ( int arg0 ) : void
setDropDownWidth ( int arg0 ) : void
setListSelection ( int arg0 ) : void
setOnClickListener ( android arg0 ) : void
setOnClickListener ( global arg0 ) : void
setOnItemClickListener ( android arg0 ) : void
setOnItemClickListener ( global arg0 ) : void
setOnItemSelectedListener ( android arg0 ) : void
setThreshold ( int arg0 ) : void
setValidator ( android arg0 ) : void
showDropDown ( ) : void

Protected Methods

Method Description
AutoCompleteTextView ( global @__env )
convertSelectionToString ( java arg0 ) : global::java.lang.CharSequence
getFilter ( ) : global::android.widget.Filter
onAttachedToWindow ( ) : void
onDetachedFromWindow ( ) : void
onDisplayHint ( int arg0 ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
performFiltering ( java arg0, int arg1 ) : void
performFiltering ( string arg0, int arg1 ) : void
replaceText ( java arg0 ) : void
replaceText ( string arg0 ) : void
setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool

Private Methods

Method Description
AutoCompleteTextView ( )

Method Details

AutoCompleteTextView() public method

public AutoCompleteTextView ( android arg0 )
arg0 android

AutoCompleteTextView() public method

public AutoCompleteTextView ( android arg0, android arg1 )
arg0 android
arg1 android

AutoCompleteTextView() public method

public AutoCompleteTextView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

AutoCompleteTextView() protected method

protected AutoCompleteTextView ( global @__env )
@__env global

clearListSelection() public method

public clearListSelection ( ) : void
return void

convertSelectionToString() protected method

protected convertSelectionToString ( java arg0 ) : global::java.lang.CharSequence
arg0 java
return global::java.lang.CharSequence

dismissDropDown() public method

public dismissDropDown ( ) : void
return void

enoughToFilter() public method

public enoughToFilter ( ) : bool
return bool

getAdapter() public method

public getAdapter ( ) : global::android.widget.ListAdapter
return global::android.widget.ListAdapter

getDropDownAnchor() public method

public getDropDownAnchor ( ) : int
return int

getDropDownBackground() public method

public getDropDownBackground ( ) : global::android.graphics.drawable.Drawable
return global::android.graphics.drawable.Drawable

getDropDownHeight() public method

public getDropDownHeight ( ) : int
return int

getDropDownHorizontalOffset() public method

public getDropDownHorizontalOffset ( ) : int
return int

getDropDownVerticalOffset() public method

public getDropDownVerticalOffset ( ) : int
return int

getDropDownWidth() public method

public getDropDownWidth ( ) : int
return int

getFilter() protected method

protected getFilter ( ) : global::android.widget.Filter
return global::android.widget.Filter

getItemClickListener() public method

public getItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
return global::android.widget.AdapterView.OnItemClickListener

getItemSelectedListener() public method

public getItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
return global::android.widget.AdapterView.OnItemSelectedListener

getListSelection() public method

public getListSelection ( ) : int
return int

getOnItemClickListener() public method

public getOnItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
return global::android.widget.AdapterView.OnItemClickListener

getOnItemSelectedListener() public method

public getOnItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
return global::android.widget.AdapterView.OnItemSelectedListener

getThreshold() public method

public getThreshold ( ) : int
return int

getValidator() public method

public getValidator ( ) : global::android.widget.AutoCompleteTextView.Validator
return global::android.widget.AutoCompleteTextView.Validator

isPerformingCompletion() public method

public isPerformingCompletion ( ) : bool
return bool

isPopupShowing() public method

public isPopupShowing ( ) : bool
return bool

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onCommitCompletion() public method

public onCommitCompletion ( android arg0 ) : void
arg0 android
return void

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onDisplayHint() protected method

protected onDisplayHint ( int arg0 ) : void
arg0 int
return void

onFilterComplete() public method

public onFilterComplete ( int arg0 ) : void
arg0 int
return void

onFocusChanged() protected method

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
return void

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyPreIme() public method

public onKeyPreIme ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyUp() public method

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onWindowFocusChanged() public method

public onWindowFocusChanged ( bool arg0 ) : void
arg0 bool
return void

performCompletion() public method

public performCompletion ( ) : void
return void

performFiltering() protected method

protected performFiltering ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

performFiltering() protected method

protected performFiltering ( string arg0, int arg1 ) : void
arg0 string
arg1 int
return void

performValidation() public method

public performValidation ( ) : void
return void

replaceText() protected method

protected replaceText ( java arg0 ) : void
arg0 java
return void

replaceText() protected method

protected replaceText ( string arg0 ) : void
arg0 string
return void

setAdapter() public method

public setAdapter ( android arg0 ) : void
arg0 android
return void

setCompletionHint() public method

public setCompletionHint ( java arg0 ) : void
arg0 java
return void

setCompletionHint() public method

public setCompletionHint ( string arg0 ) : void
arg0 string
return void

setDropDownAnchor() public method

public setDropDownAnchor ( int arg0 ) : void
arg0 int
return void

setDropDownBackgroundDrawable() public method

public setDropDownBackgroundDrawable ( android arg0 ) : void
arg0 android
return void

setDropDownBackgroundResource() public method

public setDropDownBackgroundResource ( int arg0 ) : void
arg0 int
return void

setDropDownHeight() public method

public setDropDownHeight ( int arg0 ) : void
arg0 int
return void

setDropDownHorizontalOffset() public method

public setDropDownHorizontalOffset ( int arg0 ) : void
arg0 int
return void

setDropDownVerticalOffset() public method

public setDropDownVerticalOffset ( int arg0 ) : void
arg0 int
return void

setDropDownWidth() public method

public setDropDownWidth ( int arg0 ) : void
arg0 int
return void

setFrame() protected method

protected setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool
arg0 int
arg1 int
arg2 int
arg3 int
return bool

setListSelection() public method

public setListSelection ( int arg0 ) : void
arg0 int
return void

setOnClickListener() public method

public setOnClickListener ( android arg0 ) : void
arg0 android
return void

setOnClickListener() public method

public setOnClickListener ( global arg0 ) : void
arg0 global
return void

setOnItemClickListener() public method

public setOnItemClickListener ( android arg0 ) : void
arg0 android
return void

setOnItemClickListener() public method

public setOnItemClickListener ( global arg0 ) : void
arg0 global
return void

setOnItemSelectedListener() public method

public setOnItemSelectedListener ( android arg0 ) : void
arg0 android
return void

setThreshold() public method

public setThreshold ( int arg0 ) : void
arg0 int
return void

setValidator() public method

public setValidator ( android arg0 ) : void
arg0 android
return void

showDropDown() public method

public showDropDown ( ) : void
return void