C# 클래스 NDC2010.SpeakerTableViewController.TableSource

상속: NDC2010DetailsTableViewSource
파일 보기 프로젝트 열기: alexyork/NDC2010

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
GetFont ( NSIndexPath indexPath ) : UIFont

비공개 메소드들

메소드 설명
CellHasDetailsLabel ( NSIndexPath indexPath ) : bool
GetCellText ( NSIndexPath indexPath ) : string
TitleForHeader ( int section ) : string

메소드 상세

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

GetFont() 보호된 메소드

protected GetFont ( NSIndexPath indexPath ) : UIFont
indexPath NSIndexPath
리턴 UIFont

GetHeightForHeader() 공개 메소드

public GetHeightForHeader ( UITableView tableView, int section ) : float
tableView UITableView
section int
리턴 float

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
리턴 float

GetViewForHeader() 공개 메소드

public GetViewForHeader ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
리턴 UIView

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
리턴 int

TableSource() 공개 메소드

public TableSource ( SpeakerTableViewController tvc ) : System
tvc SpeakerTableViewController
리턴 System