C# Class Praeclarum.UI.TextInputController.TextInputDataSource

Inheritance: UITableViewDataSource
Exibir arquivo Open project: praeclarum/Praeclarum

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowsInSection ( UITableView tableView, nint section ) : nint
TextInputDataSource ( TextInputController controller ) : System
TitleForFooter ( UITableView tableView, nint section ) : string

Method Details

GetCell() public method

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

NumberOfSections() public method

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

RowsInSection() public method

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
return nint

TextInputDataSource() public method

public TextInputDataSource ( TextInputController controller ) : System
controller TextInputController
return System

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
return string