C# 클래스 NUnitLite.MonoDroid.TestResultsListAdapter

List adapter used to display test results
상속: BaseAdapter
파일 보기 프로젝트 열기: infosupport/NUnitLite.MonoDroid 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
InflateItemView ( TestRunInfo itemContent ) : Android.Views.View

메소드 상세

AreAllItemsEnabled() 공개 메소드

Gets whether all items are enabled
public AreAllItemsEnabled ( ) : bool
리턴 bool

GetItem() 공개 메소드

Gets an item from the list
public GetItem ( int position ) : Java.Lang.Object
position int
리턴 Java.Lang.Object

GetItemId() 공개 메소드

Gets the ID of an item in the list
public GetItemId ( int position ) : long
position int
리턴 long

GetItemViewType() 공개 메소드

Gets the view type for an item in the list
public GetItemViewType ( int position ) : int
position int
리턴 int

GetView() 공개 메소드

Gets the view for an item
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
리턴 Android.Views.View

IsEnabled() 공개 메소드

Gets whether a specific item is enabled
public IsEnabled ( int position ) : bool
position int
리턴 bool

TestResultsListAdapter() 공개 메소드

Initializes a new instance of TestResultsListAdapter
public TestResultsListAdapter ( Android.Content.Context context ) : System
context Android.Content.Context
리턴 System