C# 클래스 CrossUI.Droid.Dialog.Elements.BooleanElement

Used to display toggle button on the screen.
상속: BoolElement, CompoundButton.IOnCheckedChangeListener
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
BooleanElement ( string caption = null, bool value = false, string layoutName = null ) : Android.Content
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void

보호된 메소드들

메소드 설명
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void
UpdateDetailDisplay ( Android.Views.View cell ) : void

메소드 상세

BooleanElement() 공개 메소드

public BooleanElement ( string caption = null, bool value = false, string layoutName = null ) : Android.Content
caption string
value bool
layoutName string
리턴 Android.Content

GetViewImpl() 보호된 메소드

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
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

UpdateCaptionDisplay() 보호된 메소드

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdateCellDisplay() 보호된 메소드

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void

UpdateDetailDisplay() 보호된 메소드

protected UpdateDetailDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
리턴 void