C# 클래스 android.widget.ResourceCursorAdapter

상속: android.widget.CursorAdapter
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
ResourceCursorAdapter ( android arg0, int arg1, android arg2 )
ResourceCursorAdapter ( android arg0, int arg1, android arg2, bool arg3 )
newDropDownView ( android arg0, android arg1, android arg2 ) : global::android.view.View
newView ( android arg0, android arg1, android arg2 ) : global::android.view.View
setDropDownViewResource ( int arg0 ) : void
setViewResource ( int arg0 ) : void

보호된 메소드들

메소드 설명
ResourceCursorAdapter ( global @__env )

비공개 메소드들

메소드 설명
ResourceCursorAdapter ( )

메소드 상세

ResourceCursorAdapter() 공개 메소드

public ResourceCursorAdapter ( android arg0, int arg1, android arg2 )
arg0 android
arg1 int
arg2 android

ResourceCursorAdapter() 공개 메소드

public ResourceCursorAdapter ( android arg0, int arg1, android arg2, bool arg3 )
arg0 android
arg1 int
arg2 android
arg3 bool

ResourceCursorAdapter() 보호된 메소드

protected ResourceCursorAdapter ( global @__env )
@__env global

newDropDownView() 공개 메소드

public newDropDownView ( android arg0, android arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 android
arg2 android
리턴 global::android.view.View

newView() 공개 메소드

public newView ( android arg0, android arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 android
arg2 android
리턴 global::android.view.View

setDropDownViewResource() 공개 메소드

public setDropDownViewResource ( int arg0 ) : void
arg0 int
리턴 void

setViewResource() 공개 메소드

public setViewResource ( int arg0 ) : void
arg0 int
리턴 void