C# Class Praeclarum.UI.TextInputController

Inheritance: UITableViewController
Show file Open project: praeclarum/Praeclarum Class Usage Examples

Public Methods

Method Description
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
HandleCancel ( object sender, EventArgs e ) : void
PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
TextInputController ( ) : System
ValidateAndNotify ( ) : Task

Private Methods

Method Description
HandleDone ( object sender, EventArgs e ) : void

Method Details

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask

HandleCancel() public method

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

PreferredInterfaceOrientationForPresentation() public method

public PreferredInterfaceOrientationForPresentation ( ) : UIInterfaceOrientation
return UIInterfaceOrientation

ShouldAutorotateToInterfaceOrientation() public method

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
return bool

TextInputController() public method

public TextInputController ( ) : System
return System

ValidateAndNotify() public method

public ValidateAndNotify ( ) : Task
return Task