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 |
Method | Description | |
---|---|---|
GetItemAt ( NSIndexPath indexPath ) : object | ||
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
MvxBaseTableViewSource ( |
||
MvxBaseTableViewSource ( UITableView tableView ) : System |
public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |
public CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
cell | UITableViewCell | |
indexPath | NSIndexPath | |
return | void |
public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | UITableViewCell |
protected abstract GetItemAt ( NSIndexPath indexPath ) : object | ||
indexPath | NSIndexPath | |
return | object |
protected abstract GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return | UITableViewCell |
protected MvxBaseTableViewSource ( |
||
handle | ||
return | System |
protected MvxBaseTableViewSource ( UITableView tableView ) : System | ||
tableView | UITableView | |
return | System |
public NumberOfSections ( UITableView tableView ) : nint | ||
tableView | UITableView | |
return | nint |
public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
return | void |