C# Class Android.Dialog.CheckboxElement

Inheritance: Element, CompoundButton.IOnCheckedChangeListener
Afficher le fichier Open project: sam-lippert/Android.Dialog Class Usage Examples

Méthodes publiques

Свойство Type Description
Group string

Méthodes publiques

Méthode Description
CheckboxElement ( string caption ) : System
CheckboxElement ( string caption, bool value ) : System
CheckboxElement ( string caption, bool value, string group ) : System
CheckboxElement ( string caption, bool value, string group, int layoutId ) : System
CheckboxElement ( string caption, bool value, string subCaption, string group ) : System
GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
Selected ( ) : void
Summary ( ) : string

Method Details

CheckboxElement() public méthode

public CheckboxElement ( string caption ) : System
caption string
Résultat System

CheckboxElement() public méthode

public CheckboxElement ( string caption, bool value ) : System
caption string
value bool
Résultat System

CheckboxElement() public méthode

public CheckboxElement ( string caption, bool value, string group ) : System
caption string
value bool
group string
Résultat System

CheckboxElement() public méthode

public CheckboxElement ( string caption, bool value, string group, int layoutId ) : System
caption string
value bool
group string
layoutId int
Résultat System

CheckboxElement() public méthode

public CheckboxElement ( string caption, bool value, string subCaption, string group ) : System
caption string
value bool
subCaption string
group string
Résultat System

GetView() public méthode

public GetView ( Android.Content.Context context, Android.Views.View convertView, Android.Views.ViewGroup parent ) : Android.Views.View
context Android.Content.Context
convertView Android.Views.View
parent Android.Views.ViewGroup
Résultat Android.Views.View

OnCheckedChanged() public méthode

public OnCheckedChanged ( CompoundButton buttonView, bool isChecked ) : void
buttonView CompoundButton
isChecked bool
Résultat void

Selected() public méthode

public Selected ( ) : void
Résultat void

Summary() public méthode

public Summary ( ) : string
Résultat string

Property Details

Group public_oe property

public string Group
Résultat string