C# 클래스 Android.Dialog.BooleanElement

Used to display toggle button on the screen.
상속: BoolElement, CompoundButton.IOnCheckedChangeListener
파일 보기 프로젝트 열기: sam-lippert/Android.Dialog 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_caption Android.Widget.TextView
_subCaption Android.Widget.TextView
_toggleButton ToggleButton

공개 메소드들

메소드 설명
BooleanElement ( string caption, bool value ) : System
BooleanElement ( string caption, bool value, int layoutId ) : 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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

BooleanElement() 공개 메소드

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

BooleanElement() 공개 메소드

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

Dispose() 보호된 메소드

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

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

프로퍼티 상세

_caption 보호되어 있는 프로퍼티

protected TextView,Android.Widget _caption
리턴 Android.Widget.TextView

_subCaption 보호되어 있는 프로퍼티

protected TextView,Android.Widget _subCaption
리턴 Android.Widget.TextView

_toggleButton 보호되어 있는 프로퍼티

protected ToggleButton _toggleButton
리턴 ToggleButton