C# Class Collections.Touch.ExpandableTableSource

Inheritance: MvvmCross.iOS.Support.Views.MvxExpandableTableViewSource
Afficher le fichier Open project: MvvmCross/MvvmCross-Samples Class Usage Examples

Méthodes publiques

Méthode Description
ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat

Méthodes protégées

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

Method Details

ExpandableTableSource() public méthode

public ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
tableView UITableView
Résultat System.Collections.Generic

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
Résultat nfloat

GetOrCreateCellFor() protected méthode

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

GetOrCreateHeaderCellFor() protected méthode

protected GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell
tableView UITableView
section nint
Résultat UITableViewCell