C# Class Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseTableViewSource

Inheritance: UITableViewSource
Afficher le fichier Open project: Everbridge/sm-MvvmCross

Méthodes publiques

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

Méthodes protégées

Méthode Description
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
MvxBaseTableViewSource ( IntPtr handle ) : System
MvxBaseTableViewSource ( UITableView tableView ) : System

Method Details

AccessoryButtonTapped() public méthode

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

CellDisplayingEnded() public méthode

public CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
Résultat void

GetCell() public méthode

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

GetItemAt() protected abstract méthode

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
Résultat object

GetOrCreateCellFor() protected abstract méthode

protected abstract GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell

MvxBaseTableViewSource() protected méthode

protected MvxBaseTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxBaseTableViewSource() protected méthode

protected MvxBaseTableViewSource ( UITableView tableView ) : System
tableView UITableView
Résultat System

NumberOfSections() public méthode

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

ReloadTableData() public méthode

public ReloadTableData ( ) : void
Résultat void

RowSelected() public méthode

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