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

Inheritance: MvxStandardTableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
MvxActionBasedTableViewSource ( UITableView tableView ) : System

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

GetOrCreateCellFor() protected méthode

protected GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat UITableViewCell

MvxActionBasedTableViewSource() public méthode

public MvxActionBasedTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

MvxActionBasedTableViewSource() protected méthode

protected MvxActionBasedTableViewSource ( UITableView tableView ) : System
tableView UITableView
Résultat System

MvxActionBasedTableViewSource() public méthode

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

MvxActionBasedTableViewSource() public méthode

public MvxActionBasedTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
bindingText string
tableViewCellAccessory UITableViewCellAccessory
Résultat System