C# Class MonoMobile.Dialog.RadioElement

Inheritance: StringElement
Mostra file Open project: moljac/MonoMobile.Dialog Class Usage Examples

Public Methods

Method Description
GetCell ( UITableView tv ) : UITableViewCell
GetControl ( ) : FrameworkElement

MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!

GetView ( Context context, View convertView, ViewGroup parent ) : View
RadioElement ( string caption ) : System
RadioElement ( string caption, string group ) : System
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
Summary ( ) : string

Method Details

GetCell() public method

public GetCell ( UITableView tv ) : UITableViewCell
tv UITableView
return UITableViewCell

GetControl() public method

MT.D: public override UITableViewCell GetCell(UITableView tv) MA.D: public override View GetView(Context context, View convertView, ViewGroup parent) WP.D: Brainstorming needed! Control NOGO FrameworkElement GO! TODO: see more!
public GetControl ( ) : FrameworkElement
return FrameworkElement

GetView() public method

public GetView ( Context context, View convertView, ViewGroup parent ) : View
context Context
convertView View
parent ViewGroup
return View

RadioElement() public method

public RadioElement ( string caption ) : System
caption string
return System

RadioElement() public method

public RadioElement ( string caption, string group ) : System
caption string
group string
return System

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath indexPath ) : void
dvc DialogViewController
tableView UITableView
indexPath NSIndexPath
return void

Summary() public method

public Summary ( ) : string
return string