C# Class Collections.Touch.ExpandableTableSource

Inheritance: MvvmCross.iOS.Support.Views.MvxExpandableTableViewSource
Exibir arquivo Open project: MvvmCross/MvvmCross-Samples Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

ExpandableTableSource() public method

public ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
tableView UITableView
return System.Collections.Generic

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
return nfloat

GetOrCreateCellFor() protected method

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

GetOrCreateHeaderCellFor() protected method

protected GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell
tableView UITableView
section nint
return UITableViewCell