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

Inheritance: MvxStandardTableViewSource
Mostrar archivo Open project: MvvmCross/MvvmCross

Public Methods

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

Protected Methods

Method Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
MvxActionBasedTableViewSource ( UITableView tableView ) : System

Private Methods

Method Description
Initialize ( ) : void

Method Details

GetOrCreateCellFor() protected method

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

MvxActionBasedTableViewSource() public method

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

MvxActionBasedTableViewSource() protected method

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

MvxActionBasedTableViewSource() public method

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
descriptions IEnumerable
tableViewCellAccessory UITableViewCellAccessory
return System

MvxActionBasedTableViewSource() public method

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