C# Class ClanceysLib.ComboBoxElement

Inheritance: MonoTouch.Dialog.StringElement
Show file Open project: Clancey/ClanceyLib

Protected Properties

Property Type Description
ComboBox UIComboBox

Public Methods

Method Description
ComboBoxElement ( string caption, object Items, string DisplayMember ) : System
ComboBoxElement ( string caption, string values ) : System
Deselected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
GetCell ( UITableView tv ) : UITableViewCell
Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void

Method Details

ComboBoxElement() public method

public ComboBoxElement ( string caption, object Items, string DisplayMember ) : System
caption string
Items object
DisplayMember string
return System

ComboBoxElement() public method

public ComboBoxElement ( string caption, string values ) : System
caption string
values string
return System

Deselected() public method

public Deselected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void

GetCell() public method

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

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc MonoTouch.Dialog.DialogViewController
tableView UITableView
path NSIndexPath
return void

Property Details

ComboBox protected property

protected UIComboBox,ClanceysLib ComboBox
return UIComboBox