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

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
ParseBindingText ( string bindingText ) : IEnumerable

Method Details

CreateDefaultBindableCell() protected méthode

protected CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : MvxStandardTableViewCell
tableView UITableView
indexPath NSIndexPath
item object
Résultat MvxStandardTableViewCell

GetOrCreateCellFor() protected méthode

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

MvxStandardTableViewSource() public méthode

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

MvxStandardTableViewSource() public méthode

public MvxStandardTableViewSource ( UITableView tableView ) : System
tableView UITableView
Résultat System

MvxStandardTableViewSource() public méthode

public MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
tableView UITableView
cellIdentifier NSString
Résultat System

MvxStandardTableViewSource() public méthode

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
Résultat System

MvxStandardTableViewSource() public méthode

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
Résultat System

MvxStandardTableViewSource() public méthode

public MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System
tableView UITableView
bindingText string
Résultat System