C# 클래스 Verses.iOS.MemorizationDayOfWeekSource

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

공개 메소드들

메소드 설명
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
GetHeightForFooter ( UITableView tableView, int section ) : float
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
GetViewForFooter ( UITableView tableView, int section ) : UIView
MemorizationDayOfWeekSource ( MemorizationTableViewController tableView, ObservableSortedList verses ) : System
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int section ) : int

비공개 메소드들

메소드 설명
BuildProductTourView ( UITableView tableView ) : ProductTour
GetMemorizationCell ( UITableView tableView, NSIndexPath indexPath ) : MemorizationCell
GetMemorizeButtonCell ( UITableView tableView, NSIndexPath indexPath ) : MemorizeButtonCell
GetMoveButtonCell ( UITableView tableView, NSIndexPath indexPath ) : MoveButtonCell
GetSectionEmptyCell ( UITableView tableView, NSIndexPath indexPath ) : EmptySectionCell
HandleMemorizationCellTapped ( MemorizationCell cell, NSIndexPath indexPath ) : void
HandleMemorizeButtonCellTapped ( UITableView tableView ) : void
HandleMoveButtonCellTapped ( UITableView tableView ) : void

메소드 상세

GetCell() 공개 메소드

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

GetHeightForFooter() 공개 메소드

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

GetHeightForRow() 공개 메소드

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

GetViewForFooter() 공개 메소드

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

MemorizationDayOfWeekSource() 공개 메소드

public MemorizationDayOfWeekSource ( MemorizationTableViewController tableView, ObservableSortedList verses ) : System
tableView 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