C# Класс Praeclarum.UI.PForm.FormSource

Наследование: UITableViewSource
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

FormSource() публичный Метод

public FormSource ( PForm controller ) : System
controller PForm
Результат System

FormatCell() публичный Метод

public FormatCell ( PFormCell cell, PFormSection section, object item ) : void
cell PFormCell
section PFormSection
item object
Результат void

GetCell() публичный Метод

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
Результат UITableViewCell

NumberOfSections() публичный Метод

public NumberOfSections ( UITableView tableView ) : nint
tableView UITableView
Результат nint

RowSelected() публичный Метод

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void

RowsInSection() публичный Метод

public RowsInSection ( UITableView tableView, nint sectionIndex ) : nint
tableView UITableView
sectionIndex nint
Результат nint

TitleForFooter() публичный Метод

public TitleForFooter ( UITableView tableView, nint sectionIndex ) : string
tableView UITableView
sectionIndex nint
Результат string

TitleForHeader() публичный Метод

public TitleForHeader ( UITableView tableView, nint sectionIndex ) : string
tableView UITableView
sectionIndex nint
Результат string