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

Inheritance: MvxTableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
MvxSimpleTableViewSource ( IntPtr handle ) : System
MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System

Méthodes protégées

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

Method Details

GetOrCreateCellFor() protected méthode

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

MvxSimpleTableViewSource() public méthode

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

MvxSimpleTableViewSource() public méthode

public MvxSimpleTableViewSource ( UITableView tableView, Type cellType, string cellIdentifier = null ) : System
tableView UITableView
cellType System.Type
cellIdentifier string
Résultat System

MvxSimpleTableViewSource() public méthode

public MvxSimpleTableViewSource ( UITableView tableView, string nibName, string cellIdentifier = null, NSBundle bundle = null ) : System
tableView UITableView
nibName string
cellIdentifier string
bundle NSBundle
Résultat System