C# 클래스 Verses.iOS.MemorizationReviewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: pierceboggan/Verses

공개 메소드들

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

비공개 메소드들

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

메소드 상세

GetCell() 공개 메소드

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

GetHeightForRow() 공개 메소드

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

MemorizationReviewSource() 공개 메소드

public MemorizationReviewSource ( MemorizationTableViewController controller, ObservableSortedList verses ) : System
controller MemorizationTableViewController
verses ObservableSortedList
리턴 System

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