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

Used to display toggle button on the screen.
Наследование: BoolElement, CompoundButton.IOnCheckedChangeListener
Показать файл Открыть проект

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

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

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

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

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

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

public BooleanElement ( string caption = null, bool value = false, string layoutName = null ) : Android.Content
caption string
value bool
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

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