C# Class AutoCompleteDemo.AutoCompleteTableSource

Inheritance: UITableViewSource
Show file Open project: LucasMoffitt/Monotouch-AutoCompleteDemo

Protected Properties

Property Type Description
cellIdentifier string
suggestions string[]

Public Methods

Method Description
AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

Method Details

AutoCompleteTableSource() public method

public AutoCompleteTableSource ( string suggestions, AutoCompleteDemoViewController controllerContext ) : System
suggestions string
controllerContext AutoCompleteDemoViewController
return System

GetCell() public method

public GetCell ( UITableView tableView, MonoTouch indexPath ) : UITableViewCell
tableView UITableView
indexPath MonoTouch
return UITableViewCell

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
return int

Property Details

cellIdentifier protected property

protected string cellIdentifier
return string

suggestions protected property

protected string[] suggestions
return string[]