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

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

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

Метод Описание
CheckboxElement ( string caption = null, bool value = false, string subCaption = null, string group = null, string layoutName = null ) : Android.Content
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void
Summary ( ) : string

Защищенные методы

Метод Описание
GetViewImpl ( Android.Content.Context context, Android.Views.ViewGroup parent ) : Android.Views.View
UpdateCaptionDisplay ( Android.Views.View cell ) : void
UpdateCellDisplay ( Android.Views.View cell ) : void
UpdateDetailDisplay ( Android.Views.View cell ) : void

Приватные методы

Метод Описание
SelectLayoutName ( string layoutName, string subCaption ) : string

Описание методов

CheckboxElement() публичный Метод

public CheckboxElement ( string caption = null, bool value = false, string subCaption = null, string group = null, string layoutName = null ) : Android.Content
caption string
value bool
subCaption string
group string
layoutName string
Результат 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

OnCheckedChanged() публичный Метод

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
Результат void

Selected() публичный Метод

public Selected ( ) : void
Результат void

Summary() публичный Метод

public Summary ( ) : string
Результат string

UpdateCaptionDisplay() защищенный Метод

protected UpdateCaptionDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Результат void

UpdateCellDisplay() защищенный Метод

protected UpdateCellDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Результат void

UpdateDetailDisplay() защищенный Метод

protected UpdateDetailDisplay ( Android.Views.View cell ) : void
cell Android.Views.View
Результат void