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

Inheritance: UITableViewSource
Show file Open project: Everbridge/sm-MvvmCross

Public Methods

Method 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

Protected Methods

Method 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 method

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

CellDisplayingEnded() public method

public CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
return void

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

GetItemAt() protected abstract method

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
return object

GetOrCreateCellFor() protected abstract method

protected abstract GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
return UITableViewCell

MvxBaseTableViewSource() protected method

protected MvxBaseTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxBaseTableViewSource() protected method

protected MvxBaseTableViewSource ( UITableView tableView ) : System
tableView UITableView
return System

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

ReloadTableData() public method

public ReloadTableData ( ) : void
return void

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void