C# Class CustomTextFieldAlertView.RootView

Inheritance: UIViewController
Afficher le fichier Open project: kevinmcmahon/CustomUITextFieldAlertView Class Usage Examples

Méthodes publiques

Méthode Description
HandleMyAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
HandleMyPasswordAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
Initialize ( ) : void
RootView ( ) : System
RootView ( IntPtr handle ) : System
SetNameLabel ( string name ) : void
SetWhereLabel ( string whereFrom ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
PromptForName ( HandlerToUse handlerType ) : void
PromptForPassword ( ) : void
RootView ( NSCoder coder ) : System

Method Details

HandleMyAlertViewClicked() public méthode

public HandleMyAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
sender object
e UIButtonEventArgs
Résultat void

HandleMyPasswordAlertViewClicked() public méthode

public HandleMyPasswordAlertViewClicked ( object sender, UIButtonEventArgs e ) : void
sender object
e UIButtonEventArgs
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

RootView() public méthode

public RootView ( ) : System
Résultat System

RootView() public méthode

public RootView ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

SetNameLabel() public méthode

public SetNameLabel ( string name ) : void
name string
Résultat void

SetWhereLabel() public méthode

public SetWhereLabel ( string whereFrom ) : void
whereFrom string
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void