C# Class android.widget.HeaderViewListAdapter

Inheritance: java.lang.Object, WrapperListAdapter, Filterable
Show file Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method Description
HeaderViewListAdapter ( global @__env )

Private Methods

Method Description
HeaderViewListAdapter ( )

Method Details

HeaderViewListAdapter() protected method

protected HeaderViewListAdapter ( global @__env )
@__env global

HeaderViewListAdapter() public method

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

areAllItemsEnabled() public method

public areAllItemsEnabled ( ) : bool
return bool

getCount() public method

public getCount ( ) : int
return int

getFilter() public method

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

getFootersCount() public method

public getFootersCount ( ) : int
return int

getHeadersCount() public method

public getHeadersCount ( ) : int
return int

getItem() public method

public getItem ( int arg0 ) : global::java.lang.Object
arg0 int
return global::java.lang.Object

getItemId() public method

public getItemId ( int arg0 ) : long
arg0 int
return long

getItemViewType() public method

public getItemViewType ( int arg0 ) : int
arg0 int
return int

getView() public method

public getView ( int arg0, android arg1, android arg2 ) : global::android.view.View
arg0 int
arg1 android
arg2 android
return global::android.view.View

getViewTypeCount() public method

public getViewTypeCount ( ) : int
return int

getWrappedAdapter() public method

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

hasStableIds() public method

public hasStableIds ( ) : bool
return bool

isEmpty() public method

public isEmpty ( ) : bool
return bool

isEnabled() public method

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

registerDataSetObserver() public method

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

removeFooter() public method

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

removeHeader() public method

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

unregisterDataSetObserver() public method

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