C# Class NDC2010.NDC2010DetailsTableViewSource

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

Protected Properties

Property Type Description
BaseSize System.Drawing.SizeF

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
RowsInSection ( UITableView tableView, int section ) : int

Protected Methods

Method Description
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
GetFont ( NSIndexPath indexPath ) : UIFont

Method Details

DequeueOrCreateTableCell() protected method

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
return UITableViewCell

DequeueOrCreateTableCell() protected method

protected DequeueOrCreateTableCell ( UITableView tableView, NSIndexPath indexPath, string cellId, UITableViewCellStyle style, bool clickable ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
cellId string
style UITableViewCellStyle
clickable bool
return UITableViewCell

GetCell() public method

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

GetCellHeightForRow() public method

public GetCellHeightForRow ( string cellText, UITableView tableView, NSIndexPath indexPath ) : float
cellText string
tableView UITableView
indexPath NSIndexPath
return float

GetFont() protected abstract method

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

RowsInSection() public method

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

Property Details

BaseSize protected_oe static_oe property

protected static SizeF,System.Drawing BaseSize
return System.Drawing.SizeF