Method | Description | |
---|---|---|
MvxActionBasedTableViewSource ( |
||
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable |
||
MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System |
Method | Description | |
---|---|---|
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
MvxActionBasedTableViewSource ( UITableView tableView ) : System |
Method | Description | |
---|---|---|
Initialize ( ) : void |
protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return | UITableViewCell |
public MvxActionBasedTableViewSource ( |
||
handle | ||
return | System |
protected MvxActionBasedTableViewSource ( UITableView tableView ) : System | ||
tableView | UITableView | |
return | System |
public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable |
||
tableView | UITableView | |
style | UITableViewCellStyle | |
cellIdentifier | NSString | |
descriptions | IEnumerable |
|
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |
public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System | ||
tableView | UITableView | |
style | UITableViewCellStyle | |
cellIdentifier | NSString | |
bindingText | string | |
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |