C# Class MvvmCross.Binding.iOS.Views.MvxStandardTableViewSource

Inheritance: MvxTableViewSource
Show file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
MvxStandardTableViewSource ( IntPtr handle ) : System
MvxStandardTableViewSource ( UITableView tableView ) : System
MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System

Protected Methods

Method Description
CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : MvxStandardTableViewCell
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

Private Methods

Method Description
ParseBindingText ( string bindingText ) : IEnumerable

Method Details

CreateDefaultBindableCell() protected method

protected CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : MvxStandardTableViewCell
tableView UITableView
indexPath NSIndexPath
item object
return MvxStandardTableViewCell

GetOrCreateCellFor() protected method

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

MvxStandardTableViewSource() public method

public MvxStandardTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
return System

MvxStandardTableViewSource() public method

public MvxStandardTableViewSource ( UITableView tableView ) : System
tableView UITableView
return System

MvxStandardTableViewSource() public method

public MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
tableView UITableView
cellIdentifier NSString
return System

MvxStandardTableViewSource() public method

public MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
descriptions IEnumerable
tableViewCellAccessory UITableViewCellAccessory
return System

MvxStandardTableViewSource() public method

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

MvxStandardTableViewSource() public method

public MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System
tableView UITableView
bindingText string
return System