Method | Description | |
---|---|---|
MvxStandardTableViewSource ( |
||
MvxStandardTableViewSource ( UITableView tableView ) : System | ||
MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System | ||
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable |
||
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System | ||
MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System |
Method | Description | |
---|---|---|
CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : |
||
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell |
Method | Description | |
---|---|---|
ParseBindingText ( string bindingText ) : IEnumerable |
protected CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : |
||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return |
protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell | ||
tableView | UITableView | |
indexPath | NSIndexPath | |
item | object | |
return | UITableViewCell |
public MvxStandardTableViewSource ( |
||
handle | ||
return | System |
public MvxStandardTableViewSource ( UITableView tableView ) : System | ||
tableView | UITableView | |
return | System |
public MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System | ||
tableView | UITableView | |
cellIdentifier | NSString | |
return | System |
public MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable |
||
tableView | UITableView | |
style | UITableViewCellStyle | |
cellIdentifier | NSString | |
descriptions | IEnumerable |
|
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |
public MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System | ||
tableView | UITableView | |
style | UITableViewCellStyle | |
cellIdentifier | NSString | |
bindingText | string | |
tableViewCellAccessory | UITableViewCellAccessory | |
return | System |
public MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System | ||
tableView | UITableView | |
bindingText | string | |
return | System |