C# Class Praeclarum.UI.PForm

Inheritance: UITableViewController
Datei anzeigen Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
DismissAsync ( ) : System.Threading.Tasks.Task
DismissAsync ( bool done ) : System.Threading.Tasks.Task
FormatSection ( PFormSection section ) : void
PForm ( string title = "" ) : System
PreferredStatusBarStyle ( ) : UIStatusBarStyle
ReloadSection ( PFormSection section ) : void
ViewDidLoad ( ) : void
ViewWillAppear ( bool animated ) : void

Protected Methods

Method Description
CreateSource ( ) : FormSource
HandleCancel ( object sender, EventArgs e ) : void
HandleDone ( object sender, EventArgs e ) : void
OnDismissed ( bool done ) : void

Private Methods

Method Description
HandleSectionsChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
InitializeUI ( ) : void

Method Details

CreateSource() protected method

protected CreateSource ( ) : FormSource
return FormSource

DismissAsync() public method

public DismissAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

DismissAsync() public method

public DismissAsync ( bool done ) : System.Threading.Tasks.Task
done bool
return System.Threading.Tasks.Task

FormatSection() public method

public FormatSection ( PFormSection section ) : void
section PFormSection
return void

HandleCancel() protected method

protected HandleCancel ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandleDone() protected method

protected HandleDone ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnDismissed() protected method

protected OnDismissed ( bool done ) : void
done bool
return void

PForm() public method

public PForm ( string title = "" ) : System
title string
return System

PreferredStatusBarStyle() public method

public PreferredStatusBarStyle ( ) : UIStatusBarStyle
return UIStatusBarStyle

ReloadSection() public method

public ReloadSection ( PFormSection section ) : void
section PFormSection
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillAppear() public method

public ViewWillAppear ( bool animated ) : void
animated bool
return void