C# Class NDC2010.SpeakerTableViewController.TableSource

Inheritance: NDC2010DetailsTableViewSource
Afficher le fichier Open project: alexyork/NDC2010

Méthodes publiques

Méthode Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForHeader ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForHeader ( UITableView tableView, int section ) : UIView
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TableSource ( SpeakerTableViewController tvc ) : System

Méthodes protégées

Méthode Description
GetFont ( NSIndexPath indexPath ) : UIFont

Private Methods

Méthode Description
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
TitleForHeader ( int section ) : string

Method Details

GetCell() public méthode

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

GetFont() protected méthode

protected GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
Résultat UIFont

GetHeightForHeader() public méthode

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
Résultat float

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

GetViewForHeader() public méthode

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
Résultat UIView

NumberOfSections() public méthode

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

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

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

TableSource() public méthode

public TableSource ( SpeakerTableViewController tvc ) : System
tvc SpeakerTableViewController
Résultat System