C# 클래스 android.app.ExpandableListActivity

상속: android.app.Activity, android.view.View.OnCreateContextMenuListener, android.widget.ExpandableListView.OnChildClickListener, android.widget.ExpandableListView.OnGroupCollapseListener, android.widget.ExpandableListView.OnGroupExpandListener
파일 보기 프로젝트 열기: JeroMiya/androidmono

공개 메소드들

메소드 설명
getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
getExpandableListView ( ) : global::android.widget.ExpandableListView
getSelectedId ( ) : long
getSelectedPosition ( ) : long
onChildClick ( android arg0, android arg1, int arg2, int arg3, long arg4 ) : bool
onContentChanged ( ) : void
onCreateContextMenu ( android arg0, android arg1, android arg2 ) : void
onGroupCollapse ( int arg0 ) : void
onGroupExpand ( int arg0 ) : void
setListAdapter ( android arg0 ) : void
setSelectedChild ( int arg0, int arg1, bool arg2 ) : bool
setSelectedGroup ( int arg0 ) : void

보호된 메소드들

메소드 설명
ExpandableListActivity ( global @__env )
onRestoreInstanceState ( android arg0 ) : void

비공개 메소드들

메소드 설명
ExpandableListActivity ( )

메소드 상세

ExpandableListActivity() 보호된 메소드

protected ExpandableListActivity ( global @__env )
@__env global

getExpandableListAdapter() 공개 메소드

public getExpandableListAdapter ( ) : global::android.widget.ExpandableListAdapter
리턴 global::android.widget.ExpandableListAdapter

getExpandableListView() 공개 메소드

public getExpandableListView ( ) : global::android.widget.ExpandableListView
리턴 global::android.widget.ExpandableListView

getSelectedId() 공개 메소드

public getSelectedId ( ) : long
리턴 long

getSelectedPosition() 공개 메소드

public getSelectedPosition ( ) : long
리턴 long

onChildClick() 공개 메소드

public onChildClick ( android arg0, android arg1, int arg2, int arg3, long arg4 ) : bool
arg0 android
arg1 android
arg2 int
arg3 int
arg4 long
리턴 bool

onContentChanged() 공개 메소드

public onContentChanged ( ) : void
리턴 void

onCreateContextMenu() 공개 메소드

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

onGroupCollapse() 공개 메소드

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

onGroupExpand() 공개 메소드

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

onRestoreInstanceState() 보호된 메소드

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

setListAdapter() 공개 메소드

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

setSelectedChild() 공개 메소드

public setSelectedChild ( int arg0, int arg1, bool arg2 ) : bool
arg0 int
arg1 int
arg2 bool
리턴 bool

setSelectedGroup() 공개 메소드

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