C# 클래스 Android.Dialog.CheckboxElement

상속: Element, CompoundButton.IOnCheckedChangeListener
파일 보기 프로젝트 열기: sam-lippert/Android.Dialog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Group string

공개 메소드들

메소드 설명
CheckboxElement ( string caption ) : System
CheckboxElement ( string caption, bool value ) : System
CheckboxElement ( string caption, bool value, string group ) : System
CheckboxElement ( string caption, bool value, string group, int layoutId ) : System
CheckboxElement ( string caption, bool value, string subCaption, string group ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void
Summary ( ) : string

메소드 상세

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption ) : System
caption string
리턴 System

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value ) : System
caption string
value bool
리턴 System

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value, string group ) : System
caption string
value bool
group string
리턴 System

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value, string group, int layoutId ) : System
caption string
value bool
group string
layoutId int
리턴 System

CheckboxElement() 공개 메소드

public CheckboxElement ( string caption, bool value, string subCaption, string group ) : System
caption string
value bool
subCaption string
group string
리턴 System

GetView() 공개 메소드

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
리턴 Android.Views.View

OnCheckedChanged() 공개 메소드

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
리턴 void

Selected() 공개 메소드

public Selected ( ) : void
리턴 void

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

프로퍼티 상세

Group 공개적으로 프로퍼티

public string Group
리턴 string