C# 클래스 Praeclarum.UI.PForm.FormSource

상속: UITableViewSource
파일 보기 프로젝트 열기: praeclarum/Praeclarum

공개 메소드들

메소드 설명
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