C# Class NDC2010.SpeakerTableViewController.TableSource

Inheritance: NDC2010DetailsTableViewSource
ファイルを表示 Open project: alexyork/NDC2010

Public Methods

Method 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

Protected Methods

Method Description
GetFont ( NSIndexPath indexPath ) : UIFont

Private Methods

Method Description
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
TitleForHeader ( int section ) : string

Method Details

GetCell() public method

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

GetFont() protected method

protected GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
return UIFont

GetHeightForHeader() public method

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
return float

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

GetViewForHeader() public method

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
return UIView

NumberOfSections() public method

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

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

TableSource() public method

public TableSource ( SpeakerTableViewController tvc ) : System
tvc SpeakerTableViewController
return System