C# Class Verses.iOS.MemorizationDayOfWeekSource

Inheritance: UITableViewSource
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetCell() public méthode

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Résultat UITableViewCell

GetHeightForFooter() public méthode

public GetHeightForFooter ( UITableView tableView, int section ) : float
tableView UITableView
section int
Résultat float

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

GetViewForFooter() public méthode

public GetViewForFooter ( UITableView tableView, int section ) : UIView
tableView UITableView
section int
Résultat UIView

MemorizationDayOfWeekSource() public méthode

public MemorizationDayOfWeekSource ( MemorizationTableViewController tableView, ObservableSortedList verses ) : System
tableView MemorizationTableViewController
verses ObservableSortedList
Résultat System

NumberOfSections() public méthode

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
Résultat int

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void

RowsInSection() public méthode

public RowsInSection ( UITableView tableview, int section ) : int
tableview UITableView
section int
Résultat int