C# Class Verses.iOS.MemorizationReviewSource

Inheritance: UITableViewSource
显示文件 Open project: pierceboggan/Verses

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
MemorizationReviewSource ( MemorizationTableViewController controller, ObservableSortedList verses ) : System
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

Private Methods

Method Description
GetMemorizationCell ( UITableView tableView, NSIndexPath indexPath ) : MemorizationCell
GetMoveButtonCell ( UITableView tableView, NSIndexPath indexPath ) : MoveButtonCell
GetReviewButtonCell ( UITableView tableView, NSIndexPath indexPath ) : ReviewButtonCell
GetSectionEmptyCell ( UITableView tableView, NSIndexPath indexPath ) : EmptySectionCell
HandleMemorizationCellTapped ( MemorizationCell cell, NSIndexPath indexPath ) : void
HandleMoveButtonCellTapped ( UITableView tableView ) : void
HandleReviewButtonCellTapped ( UITableView tableView ) : void

Method Details

GetCell() public method

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

GetHeightForRow() public method

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

MemorizationReviewSource() public method

public MemorizationReviewSource ( MemorizationTableViewController controller, ObservableSortedList verses ) : System
controller MemorizationTableViewController
verses ObservableSortedList
return System

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