C# Класс Verses.iOS.MemorizationDayOfWeekSource

Наследование: UITableViewSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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