Method | Description | |
---|---|---|
AreAllItemsEnabled ( ) : bool |
Gets whether all items are enabled
|
|
GetItem ( int position ) : Java.Lang.Object |
Gets an item from the list
|
|
GetItemId ( int position ) : long |
Gets the ID of an item in the list
|
|
GetItemViewType ( int position ) : int |
Gets the view type for an item in the list
|
|
GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View |
Gets the view for an item
|
|
IsEnabled ( int position ) : bool |
Gets whether a specific item is enabled
|
|
TestResultsListAdapter ( Android.Content.Context context ) : System |
Initializes a new instance of TestResultsListAdapter
|
Method | Description | |
---|---|---|
InflateItemView ( TestRunInfo itemContent ) : Android.Views.View |
public GetItem ( int position ) : Java.Lang.Object | ||
position | int | |
return | Java.Lang.Object |
public GetItemViewType ( int position ) : int | ||
position | int | |
return | int |
public GetView ( int position, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View | ||
position | int | |
convertView | Android.Views.View | |
parent | Android.Views.ViewGroup | |
return | Android.Views.View |
public TestResultsListAdapter ( Android.Content.Context context ) : System | ||
context | Android.Content.Context | |
return | System |