C# Класс CrossUI.Droid.Dialog.Elements.ButtonElement

Наследование: Element, View.IOnClickListener
Показать файл Открыть проект

Открытые методы

Метод Описание
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