C# Class android.widget.HeaderViewListAdapter

Inheritance: java.lang.Object, WrapperListAdapter, Filterable
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
HeaderViewListAdapter ( java arg0, java arg1, android arg2 )
areAllItemsEnabled ( ) : bool
getCount ( ) : int
getFilter ( ) : global::android.widget.Filter
getFootersCount ( ) : int
getHeadersCount ( ) : int
getItem ( int arg0 ) : global::java.lang.Object
getItemId ( int arg0 ) : long
getItemViewType ( int arg0 ) : int
getView ( int arg0, android arg1, android arg2 ) : global::android.view.View
getViewTypeCount ( ) : int
getWrappedAdapter ( ) : global::android.widget.ListAdapter
hasStableIds ( ) : bool
isEmpty ( ) : bool
isEnabled ( int arg0 ) : bool
registerDataSetObserver ( android arg0 ) : void
removeFooter ( android arg0 ) : bool
removeHeader ( android arg0 ) : bool
unregisterDataSetObserver ( android arg0 ) : void

Méthodes protégées

Méthode Description
HeaderViewListAdapter ( global @__env )

Private Methods

Méthode Description
HeaderViewListAdapter ( )

Method Details

HeaderViewListAdapter() protected méthode

protected HeaderViewListAdapter ( global @__env )
@__env global

HeaderViewListAdapter() public méthode

public HeaderViewListAdapter ( java arg0, java arg1, android arg2 )
arg0 java
arg1 java
arg2 android

areAllItemsEnabled() public méthode

public areAllItemsEnabled ( ) : bool
Résultat bool

getCount() public méthode

public getCount ( ) : int
Résultat int

getFilter() public méthode

public getFilter ( ) : global::android.widget.Filter
Résultat global::android.widget.Filter

getFootersCount() public méthode

public getFootersCount ( ) : int
Résultat int

getHeadersCount() public méthode

public getHeadersCount ( ) : int
Résultat int

getItem() public méthode

public getItem ( int arg0 ) : global::java.lang.Object
arg0 int
Résultat global::java.lang.Object

getItemId() public méthode

public getItemId ( int arg0 ) : long
arg0 int
Résultat long

getItemViewType() public méthode

public getItemViewType ( int arg0 ) : int
arg0 int
Résultat int

getView() public méthode

public getView ( int arg0, android arg1, android arg2 ) : global::android.view.View
arg0 int
arg1 android
arg2 android
Résultat global::android.view.View

getViewTypeCount() public méthode

public getViewTypeCount ( ) : int
Résultat int

getWrappedAdapter() public méthode

public getWrappedAdapter ( ) : global::android.widget.ListAdapter
Résultat global::android.widget.ListAdapter

hasStableIds() public méthode

public hasStableIds ( ) : bool
Résultat bool

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

isEnabled() public méthode

public isEnabled ( int arg0 ) : bool
arg0 int
Résultat bool

registerDataSetObserver() public méthode

public registerDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void

removeFooter() public méthode

public removeFooter ( android arg0 ) : bool
arg0 android
Résultat bool

removeHeader() public méthode

public removeHeader ( android arg0 ) : bool
arg0 android
Résultat bool

unregisterDataSetObserver() public méthode

public unregisterDataSetObserver ( android arg0 ) : void
arg0 android
Résultat void