C# Class CrossUI.Droid.Dialog.Elements.ButtonElement

Inheritance: Element, View.IOnClickListener
Show file Open project: MvvmCross/MvvmCross

Public Methods

Method Description
ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content
OnClick ( Android.Views.View v ) : void
Summary ( ) : string

Protected Methods

Method Description
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
UpdateCaptionDisplay ( View cell ) : void

Method Details

ButtonElement() public method

public ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content
caption string
tapped EventHandler
return Android.Content

GetViewImpl() protected method

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
return Android.Views.View

OnClick() public method

public OnClick ( Android.Views.View v ) : void
v Android.Views.View
return void

Summary() public method

public Summary ( ) : string
return string

UpdateCaptionDisplay() protected method

protected UpdateCaptionDisplay ( View cell ) : void
cell View
return void