C# 클래스 MvvmCross.Binding.Droid.Views.MvxExpandableListView

상속: Android.Widget.ExpandableListView
파일 보기 프로젝트 열기: MvvmCross/MvvmCross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ChildOnClick void
EnsureGroupClickOverloaded void
EnsureItemClickOverloaded void
EnsureItemLongClickOverloaded void
GroupOnClick void
ItemOnLongClick void

공개 메소드들

메소드 설명
MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs ) : System
MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs, MvxExpandableListAdapter adapter ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
ExecuteCommandOnGroup ( ICommand command, int groupPosition ) : void
ExecuteCommandOnItem ( ICommand command, int groupPosition, int position ) : void
MvxExpandableListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System

비공개 메소드들

메소드 설명
ChildOnClick ( object sender, Android.Widget.ChildClickEventArgs e ) : void
EnsureGroupClickOverloaded ( ) : void
EnsureItemClickOverloaded ( ) : void
EnsureItemLongClickOverloaded ( ) : void
GroupOnClick ( object sender, Android.Widget.GroupClickEventArgs e ) : void
ItemOnLongClick ( object sender, ItemLongClickEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ExecuteCommandOnGroup() 보호된 메소드

protected ExecuteCommandOnGroup ( ICommand command, int groupPosition ) : void
command ICommand
groupPosition int
리턴 void

ExecuteCommandOnItem() 보호된 메소드

protected ExecuteCommandOnItem ( ICommand command, int groupPosition, int position ) : void
command ICommand
groupPosition int
position int
리턴 void

MvxExpandableListView() 공개 메소드

public MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
리턴 System

MvxExpandableListView() 공개 메소드

public MvxExpandableListView ( Android.Content.Context context, IAttributeSet attrs, MvxExpandableListAdapter adapter ) : System
context Android.Content.Context
attrs IAttributeSet
adapter MvxExpandableListAdapter
리턴 System

MvxExpandableListView() 보호된 메소드

protected MvxExpandableListView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
리턴 System