C# Class Praeclarum.UI.PForm.FormSource

Inheritance: UITableViewSource
Mostra file Open project: praeclarum/Praeclarum

Public Methods

Method Description
FormSource ( PForm controller ) : System
FormatCell ( PFormCell cell, PFormSection section, object item ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableView, nint sectionIndex ) : nint
TitleForFooter ( UITableView tableView, nint sectionIndex ) : string
TitleForHeader ( UITableView tableView, nint sectionIndex ) : string

Method Details

FormSource() public method

public FormSource ( PForm controller ) : System
controller PForm
return System

FormatCell() public method

public FormatCell ( PFormCell cell, PFormSection section, object item ) : void
cell PFormCell
section PFormSection
item object
return void

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 sectionIndex ) : nint
tableView UITableView
sectionIndex nint
return nint

TitleForFooter() public method

public TitleForFooter ( UITableView tableView, nint sectionIndex ) : string
tableView UITableView
sectionIndex nint
return string

TitleForHeader() public method

public TitleForHeader ( UITableView tableView, nint sectionIndex ) : string
tableView UITableView
sectionIndex nint
return string