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

Inheritance: Element, View.IOnClickListener
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

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

Méthodes protégées

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

Method Details

ButtonElement() public méthode

public ButtonElement ( string caption = null, EventHandler tapped = null ) : Android.Content
caption string
tapped EventHandler
Résultat Android.Content

GetViewImpl() protected méthode

protected GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
parent Android.Views.ViewGroup
Résultat Android.Views.View

OnClick() public méthode

public OnClick ( Android.Views.View v ) : void
v Android.Views.View
Résultat void

Summary() public méthode

public Summary ( ) : string
Résultat string

UpdateCaptionDisplay() protected méthode

protected UpdateCaptionDisplay ( View cell ) : void
cell View
Résultat void