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

상속: Element, View.IOnClickListener
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content
OnClick ( Android.Views.View v ) : void
Summary ( ) : string

보호된 메소드들

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

메소드 상세

ButtonElement() 공개 메소드

public ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content
caption string
tapped EventHandler
리턴 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

OnClick() 공개 메소드

public OnClick ( Android.Views.View v ) : void
v Android.Views.View
리턴 void

Summary() 공개 메소드

public Summary ( ) : string
리턴 string

UpdateCaptionDisplay() 보호된 메소드

protected UpdateCaptionDisplay ( View cell ) : void
cell View
리턴 void