C# Class SectionedUITableViewSample.TableViewDataSource

Inheritance: UITableViewDataSource
Show file Open project: kevinsheffield/MonoTouchDemos Class Usage Examples

Public Properties

Property Type Description
filteredDictionaryItems List

Public Methods

Method Description
GetCell ( MonoTouch tableView, MonoTouch indexPath ) : UITableViewCell
Initialize ( ) : void
NumberOfSections ( UITableView tableView ) : int
RowsInSection ( MonoTouch tableview, int section ) : int
Search ( string searchText ) : void
SectionFor ( UITableView tableView, string title, int atIndex ) : int
SectionIndexTitles ( UITableView tableView ) : string[]
TableViewDataSource ( ) : System
TitleForHeader ( UITableView tableView, int section ) : string

Method Details

GetCell() public method

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

Initialize() public method

public Initialize ( ) : void
return void

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
return int

RowsInSection() public method

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

Search() public method

public Search ( string searchText ) : void
searchText string
return void

SectionFor() public method

public SectionFor ( UITableView tableView, string title, int atIndex ) : int
tableView UITableView
title string
atIndex int
return int

SectionIndexTitles() public method

public SectionIndexTitles ( UITableView tableView ) : string[]
tableView UITableView
return string[]

TableViewDataSource() public method

public TableViewDataSource ( ) : System
return System

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, int section ) : string
tableView UITableView
section int
return string

Property Details

filteredDictionaryItems public property

public List filteredDictionaryItems
return List