C# Class android.widget.ListView

Inheritance: android.widget.AbsListView
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ListView ( android arg0 )
ListView ( android arg0, android arg1 )
ListView ( android arg0, android arg1, int arg2 )
addFooterView ( android arg0 ) : void
addFooterView ( android arg0, java arg1, bool arg2 ) : void
addHeaderView ( android arg0 ) : void
addHeaderView ( android arg0, java arg1, bool arg2 ) : void
clearChoices ( ) : void
dispatchKeyEvent ( android arg0 ) : bool
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
getAdapter ( ) : global::android.widget.Adapter
getCheckItemIds ( ) : long[]
getCheckedItemIds ( ) : long[]
getCheckedItemPosition ( ) : int
getCheckedItemPositions ( ) : global::android.util.SparseBooleanArray
getChoiceMode ( ) : int
getDivider ( ) : global::android.graphics.drawable.Drawable
getDividerHeight ( ) : int
getFooterViewsCount ( ) : int
getHeaderViewsCount ( ) : int
getItemsCanFocus ( ) : bool
getMaxScrollAmount ( ) : int
isItemChecked ( int arg0 ) : bool
onKeyDown ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
onTouchEvent ( android arg0 ) : bool
performItemClick ( android arg0, int arg1, long arg2 ) : bool
removeFooterView ( android arg0 ) : bool
removeHeaderView ( android arg0 ) : bool
requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
setAdapter ( android arg0 ) : void
setCacheColorHint ( int arg0 ) : void
setChoiceMode ( int arg0 ) : void
setDivider ( android arg0 ) : void
setDividerHeight ( int arg0 ) : void
setFooterDividersEnabled ( bool arg0 ) : void
setHeaderDividersEnabled ( bool arg0 ) : void
setItemChecked ( int arg0, bool arg1 ) : void
setItemsCanFocus ( bool arg0 ) : void
setSelection ( int arg0 ) : void
setSelectionAfterHeaderView ( ) : void
setSelectionFromTop ( int arg0, int arg1 ) : void

Protected Methods

Method Description
ListView ( global @__env )
canAnimate ( ) : bool
dispatchDraw ( android arg0 ) : void
findViewTraversal ( int arg0 ) : global::android.view.View
findViewWithTagTraversal ( java arg0 ) : global::android.view.View
layoutChildren ( ) : void
onFinishInflate ( ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void

Private Methods

Method Description
ListView ( )

Method Details

ListView() public method

public ListView ( android arg0 )
arg0 android

ListView() public method

public ListView ( android arg0, android arg1 )
arg0 android
arg1 android

ListView() public method

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

ListView() protected method

protected ListView ( global @__env )
@__env global

addFooterView() public method

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

addFooterView() public method

public addFooterView ( android arg0, java arg1, bool arg2 ) : void
arg0 android
arg1 java
arg2 bool
return void

addHeaderView() public method

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

addHeaderView() public method

public addHeaderView ( android arg0, java arg1, bool arg2 ) : void
arg0 android
arg1 java
arg2 bool
return void

canAnimate() protected method

protected canAnimate ( ) : bool
return bool

clearChoices() public method

public clearChoices ( ) : void
return void

dispatchDraw() protected method

protected dispatchDraw ( android arg0 ) : void
arg0 android
return void

dispatchKeyEvent() public method

public dispatchKeyEvent ( android arg0 ) : bool
arg0 android
return bool

dispatchPopulateAccessibilityEvent() public method

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
return bool

findViewTraversal() protected method

protected findViewTraversal ( int arg0 ) : global::android.view.View
arg0 int
return global::android.view.View

findViewWithTagTraversal() protected method

protected findViewWithTagTraversal ( java arg0 ) : global::android.view.View
arg0 java
return global::android.view.View

getAdapter() public method

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

getCheckItemIds() public method

public getCheckItemIds ( ) : long[]
return long[]

getCheckedItemIds() public method

public getCheckedItemIds ( ) : long[]
return long[]

getCheckedItemPosition() public method

public getCheckedItemPosition ( ) : int
return int

getCheckedItemPositions() public method

public getCheckedItemPositions ( ) : global::android.util.SparseBooleanArray
return global::android.util.SparseBooleanArray

getChoiceMode() public method

public getChoiceMode ( ) : int
return int

getDivider() public method

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

getDividerHeight() public method

public getDividerHeight ( ) : int
return int

getFooterViewsCount() public method

public getFooterViewsCount ( ) : int
return int

getHeaderViewsCount() public method

public getHeaderViewsCount ( ) : int
return int

getItemsCanFocus() public method

public getItemsCanFocus ( ) : bool
return bool

getMaxScrollAmount() public method

public getMaxScrollAmount ( ) : int
return int

isItemChecked() public method

public isItemChecked ( int arg0 ) : bool
arg0 int
return bool

layoutChildren() protected method

protected layoutChildren ( ) : void
return void

onFinishInflate() protected method

protected onFinishInflate ( ) : void
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

onKeyMultiple() public method

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
return bool

onKeyUp() public method

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

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onRestoreInstanceState() public method

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

onSaveInstanceState() public method

public onSaveInstanceState ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

onSizeChanged() protected method

protected onSizeChanged ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

onTouchEvent() public method

public onTouchEvent ( android arg0 ) : bool
arg0 android
return bool

performItemClick() public method

public performItemClick ( android arg0, int arg1, long arg2 ) : bool
arg0 android
arg1 int
arg2 long
return bool

removeFooterView() public method

public removeFooterView ( android arg0 ) : bool
arg0 android
return bool

removeHeaderView() public method

public removeHeaderView ( android arg0 ) : bool
arg0 android
return bool

requestChildRectangleOnScreen() public method

public requestChildRectangleOnScreen ( android arg0, android arg1, bool arg2 ) : bool
arg0 android
arg1 android
arg2 bool
return bool

setAdapter() public method

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

setCacheColorHint() public method

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

setChoiceMode() public method

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

setDivider() public method

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

setDividerHeight() public method

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

setFooterDividersEnabled() public method

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

setHeaderDividersEnabled() public method

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

setItemChecked() public method

public setItemChecked ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

setItemsCanFocus() public method

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

setSelection() public method

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

setSelectionAfterHeaderView() public method

public setSelectionAfterHeaderView ( ) : void
return void

setSelectionFromTop() public method

public setSelectionFromTop ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void