C# Class Smeedee.iOS.TopCommittersConfigTableSource

Inheritance: WidgetConfigTableViewSource
Show file Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, int section ) : int
TopCommittersConfigTableSource ( UITableViewController controller ) : System

Private Methods

Method Description
IsNumberOfCommitters ( int section ) : bool
IsTimePeriod ( int section ) : bool

Method Details

GetCell() public method

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

NumberOfSections() public method

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

RowSelected() public method

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

RowsInSection() public method

public RowsInSection ( UITableView tableView, int section ) : int
tableView UITableView
section int
return int

TopCommittersConfigTableSource() public method

public TopCommittersConfigTableSource ( UITableViewController controller ) : System
controller UITableViewController
return System