C# Class Praeclarum.UI.DocumentListViewSource

Inheritance: UITableViewSource
Exibir arquivo Open project: praeclarum/Praeclarum Class Usage Examples

Private Properties

Property Type Description
GetNotReadyCell UITableViewCell

Public Methods

Method Description
DocumentListViewSource ( DocumentListView controller ) : System
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, nint section ) : nint

Private Methods

Method Description
GetNotReadyCell ( UITableView tableView ) : UITableViewCell

Method Details

DocumentListViewSource() public method

public DocumentListViewSource ( DocumentListView controller ) : System
controller DocumentListView
return System

GetCell() public method

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
return UITableViewCell

NumberOfSections() public method

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
return nint

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void

RowsInSection() public method

public RowsInSection ( UITableView tableview, nint section ) : nint
tableview UITableView
section nint
return nint