C# Class android.widget.AlphabetIndexer

Inheritance: android.database.DataSetObserver, android.widget.SectionIndexer
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
AlphabetIndexer ( android arg0, int arg1, java arg2 )
getPositionForSection ( int arg0 ) : int
getSectionForPosition ( int arg0 ) : int
getSections ( ) : global::java.lang.Object[]
onChanged ( ) : void
onInvalidated ( ) : void
setCursor ( android arg0 ) : void

Protected Methods

Method Description
AlphabetIndexer ( global @__env )
compare ( java arg0, java arg1 ) : int

Private Methods

Method Description
AlphabetIndexer ( )

Method Details

AlphabetIndexer() public method

public AlphabetIndexer ( android arg0, int arg1, java arg2 )
arg0 android
arg1 int
arg2 java

AlphabetIndexer() protected method

protected AlphabetIndexer ( global @__env )
@__env global

compare() protected method

protected compare ( java arg0, java arg1 ) : int
arg0 java
arg1 java
return int

getPositionForSection() public method

public getPositionForSection ( int arg0 ) : int
arg0 int
return int

getSectionForPosition() public method

public getSectionForPosition ( int arg0 ) : int
arg0 int
return int

getSections() public method

public getSections ( ) : global::java.lang.Object[]
return global::java.lang.Object[]

onChanged() public method

public onChanged ( ) : void
return void

onInvalidated() public method

public onInvalidated ( ) : void
return void

setCursor() public method

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