C# 클래스 android.widget.AdapterView

파일 보기 프로젝트 열기: JeroMiya/androidmono 1 사용 예제들

공개 메소드들

메소드 설명
AdapterView ( android arg0 )
AdapterView ( android arg0, android arg1 )
AdapterView ( android arg0, android arg1, int arg2 )
addView ( android arg0 ) : void
addView ( android arg0, android arg1 ) : void
addView ( android arg0, int arg1 ) : void
addView ( android arg0, int arg1, android arg2 ) : void
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
getAdapter ( ) : global::android.widget.Adapter
getCount ( ) : int
getEmptyView ( ) : global::android.view.View
getFirstVisiblePosition ( ) : int
getItemAtPosition ( int arg0 ) : global::java.lang.Object
getItemIdAtPosition ( int arg0 ) : long
getLastVisiblePosition ( ) : int
getOnItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
getOnItemLongClickListener ( ) : global::android.widget.AdapterView.OnItemLongClickListener
getOnItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
getPositionForView ( android arg0 ) : int
getSelectedItem ( ) : global::java.lang.Object
getSelectedItemId ( ) : long
getSelectedItemPosition ( ) : int
getSelectedView ( ) : global::android.view.View
performItemClick ( android arg0, int arg1, long arg2 ) : bool
removeAllViews ( ) : void
removeView ( android arg0 ) : void
removeViewAt ( int arg0 ) : void
setAdapter ( android arg0 ) : void
setEmptyView ( android arg0 ) : void
setFocusable ( bool arg0 ) : void
setFocusableInTouchMode ( bool arg0 ) : void
setOnClickListener ( android arg0 ) : void
setOnClickListener ( global arg0 ) : void
setOnItemClickListener ( android arg0 ) : void
setOnItemClickListener ( global arg0 ) : void
setOnItemLongClickListener ( android arg0 ) : void
setOnItemLongClickListener ( global arg0 ) : void
setOnItemSelectedListener ( android arg0 ) : void
setSelection ( int arg0 ) : void

보호된 메소드들

메소드 설명
AdapterView ( global @__env )
canAnimate ( ) : bool
dispatchRestoreInstanceState ( android arg0 ) : void
dispatchSaveInstanceState ( android arg0 ) : void
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void

비공개 메소드들

메소드 설명
AdapterView ( )

메소드 상세

AdapterView() 공개 메소드

public AdapterView ( android arg0 )
arg0 android

AdapterView() 공개 메소드

public AdapterView ( android arg0, android arg1 )
arg0 android
arg1 android

AdapterView() 공개 메소드

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

AdapterView() 보호된 메소드

protected AdapterView ( global @__env )
@__env global

addView() 공개 메소드

public addView ( android arg0 ) : void
arg0 android
리턴 void

addView() 공개 메소드

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
리턴 void

addView() 공개 메소드

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
리턴 void

addView() 공개 메소드

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
리턴 void

canAnimate() 보호된 메소드

protected canAnimate ( ) : bool
리턴 bool

dispatchPopulateAccessibilityEvent() 공개 메소드

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
리턴 bool

dispatchRestoreInstanceState() 보호된 메소드

protected dispatchRestoreInstanceState ( android arg0 ) : void
arg0 android
리턴 void

dispatchSaveInstanceState() 보호된 메소드

protected dispatchSaveInstanceState ( android arg0 ) : void
arg0 android
리턴 void

getAdapter() 공개 추상적인 메소드

public abstract getAdapter ( ) : global::android.widget.Adapter
리턴 global::android.widget.Adapter

getCount() 공개 메소드

public getCount ( ) : int
리턴 int

getEmptyView() 공개 메소드

public getEmptyView ( ) : global::android.view.View
리턴 global::android.view.View

getFirstVisiblePosition() 공개 메소드

public getFirstVisiblePosition ( ) : int
리턴 int

getItemAtPosition() 공개 메소드

public getItemAtPosition ( int arg0 ) : global::java.lang.Object
arg0 int
리턴 global::java.lang.Object

getItemIdAtPosition() 공개 메소드

public getItemIdAtPosition ( int arg0 ) : long
arg0 int
리턴 long

getLastVisiblePosition() 공개 메소드

public getLastVisiblePosition ( ) : int
리턴 int

getOnItemClickListener() 공개 메소드

public getOnItemClickListener ( ) : global::android.widget.AdapterView.OnItemClickListener
리턴 global::android.widget.AdapterView.OnItemClickListener

getOnItemLongClickListener() 공개 메소드

public getOnItemLongClickListener ( ) : global::android.widget.AdapterView.OnItemLongClickListener
리턴 global::android.widget.AdapterView.OnItemLongClickListener

getOnItemSelectedListener() 공개 메소드

public getOnItemSelectedListener ( ) : global::android.widget.AdapterView.OnItemSelectedListener
리턴 global::android.widget.AdapterView.OnItemSelectedListener

getPositionForView() 공개 메소드

public getPositionForView ( android arg0 ) : int
arg0 android
리턴 int

getSelectedItem() 공개 메소드

public getSelectedItem ( ) : global::java.lang.Object
리턴 global::java.lang.Object

getSelectedItemId() 공개 메소드

public getSelectedItemId ( ) : long
리턴 long

getSelectedItemPosition() 공개 메소드

public getSelectedItemPosition ( ) : int
리턴 int

getSelectedView() 공개 추상적인 메소드

public abstract getSelectedView ( ) : global::android.view.View
리턴 global::android.view.View

onLayout() 보호된 메소드

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
리턴 void

performItemClick() 공개 메소드

public performItemClick ( android arg0, int arg1, long arg2 ) : bool
arg0 android
arg1 int
arg2 long
리턴 bool

removeAllViews() 공개 메소드

public removeAllViews ( ) : void
리턴 void

removeView() 공개 메소드

public removeView ( android arg0 ) : void
arg0 android
리턴 void

removeViewAt() 공개 메소드

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

setAdapter() 공개 추상적인 메소드

public abstract setAdapter ( android arg0 ) : void
arg0 android
리턴 void

setEmptyView() 공개 메소드

public setEmptyView ( android arg0 ) : void
arg0 android
리턴 void

setFocusable() 공개 메소드

public setFocusable ( bool arg0 ) : void
arg0 bool
리턴 void

setFocusableInTouchMode() 공개 메소드

public setFocusableInTouchMode ( bool arg0 ) : void
arg0 bool
리턴 void

setOnClickListener() 공개 메소드

public setOnClickListener ( android arg0 ) : void
arg0 android
리턴 void

setOnClickListener() 공개 메소드

public setOnClickListener ( global arg0 ) : void
arg0 global
리턴 void

setOnItemClickListener() 공개 메소드

public setOnItemClickListener ( android arg0 ) : void
arg0 android
리턴 void

setOnItemClickListener() 공개 메소드

public setOnItemClickListener ( global arg0 ) : void
arg0 global
리턴 void

setOnItemLongClickListener() 공개 메소드

public setOnItemLongClickListener ( android arg0 ) : void
arg0 android
리턴 void

setOnItemLongClickListener() 공개 메소드

public setOnItemLongClickListener ( global arg0 ) : void
arg0 global
리턴 void

setOnItemSelectedListener() 공개 메소드

public setOnItemSelectedListener ( android arg0 ) : void
arg0 android
리턴 void

setSelection() 공개 추상적인 메소드

public abstract setSelection ( int arg0 ) : void
arg0 int
리턴 void