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

상속: Element
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

보호된 메소드들

메소드 설명
FireValueChanged ( ) : void
UpdateDetailDisplay ( Android.Views.View cell ) : void
ValueElement ( string caption ) : Android.Views
ValueElement ( string caption, object value, string layoutName ) : Android.Views

메소드 상세

FireValueChanged() 보호된 메소드

protected FireValueChanged ( ) : void
리턴 void

UpdateDetailDisplay() 보호된 추상적인 메소드

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

ValueElement() 보호된 메소드

protected ValueElement ( string caption ) : Android.Views
caption string
리턴 Android.Views

ValueElement() 보호된 메소드

protected ValueElement ( string caption, object value, string layoutName ) : Android.Views
caption string
value object
layoutName string
리턴 Android.Views