C# Class Praeclarum.UI.TextInputController.TextInputDataSource

Inheritance: UITableViewDataSource
Afficher le fichier Open project: praeclarum/Praeclarum

Méthodes publiques

Méthode 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 méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Résultat nint

RowsInSection() public méthode

public RowsInSection ( UITableView tableView, nint section ) : nint
tableView UITableView
section nint
Résultat nint

TextInputDataSource() public méthode

public TextInputDataSource ( TextInputController controller ) : System
controller TextInputController
Résultat System

TitleForFooter() public méthode

public TitleForFooter ( UITableView tableView, nint section ) : string
tableView UITableView
section nint
Résultat string