C# Класс Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseTableViewSource

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

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

Метод Описание
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
ReloadTableData ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Защищенные методы

Метод Описание
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
MvxBaseTableViewSource ( IntPtr handle ) : System
MvxBaseTableViewSource ( UITableView tableView ) : System

Описание методов

AccessoryButtonTapped() публичный Метод

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

CellDisplayingEnded() публичный Метод

public CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
Результат void

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

GetItemAt() защищенный абстрактный Метод

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Результат object

GetOrCreateCellFor() защищенный абстрактный Метод

protected abstract GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Результат UITableViewCell

MvxBaseTableViewSource() защищенный Метод

protected MvxBaseTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Результат System

MvxBaseTableViewSource() защищенный Метод

protected MvxBaseTableViewSource ( UITableView tableView ) : System
tableView UITableView
Результат System

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

ReloadTableData() публичный Метод

public ReloadTableData ( ) : void
Результат void

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void