C# Class Cirrious.MvvmCross.Touch.Views.Presenters.MvxTouchViewPresenter

Inheritance: MvxBaseTouchViewPresenter
Afficher le fichier Open project: Everbridge/sm-MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
ChangePresentation ( MvxPresentationHint hint ) : void
Close ( IMvxViewModel toClose ) : void
CloseModalViewController ( ) : void
MvxTouchViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : Cirrious.CrossCore.Exceptions
NativeModalViewControllerDisappearedOnItsOwn ( ) : void
PresentModalViewController ( UIViewController viewController, bool animated ) : bool
Show ( IMvxTouchView view ) : void
Show ( MvxViewModelRequest request ) : void

Méthodes protégées

Méthode Description
CreateNavigationController ( UIViewController viewController ) : UINavigationController
OnMasterNavigationControllerCreated ( ) : void
SetWindowRootViewController ( UIViewController controller ) : void
ShowFirstView ( UIViewController viewController ) : void

Method Details

ChangePresentation() public méthode

public ChangePresentation ( MvxPresentationHint hint ) : void
hint MvxPresentationHint
Résultat void

Close() public méthode

public Close ( IMvxViewModel toClose ) : void
toClose IMvxViewModel
Résultat void

CloseModalViewController() public méthode

public CloseModalViewController ( ) : void
Résultat void

CreateNavigationController() protected méthode

protected CreateNavigationController ( UIViewController viewController ) : UINavigationController
viewController UIViewController
Résultat UINavigationController

MvxTouchViewPresenter() public méthode

public MvxTouchViewPresenter ( IUIApplicationDelegate applicationDelegate, UIWindow window ) : Cirrious.CrossCore.Exceptions
applicationDelegate IUIApplicationDelegate
window UIWindow
Résultat Cirrious.CrossCore.Exceptions

NativeModalViewControllerDisappearedOnItsOwn() public méthode

public NativeModalViewControllerDisappearedOnItsOwn ( ) : void
Résultat void

OnMasterNavigationControllerCreated() protected méthode

protected OnMasterNavigationControllerCreated ( ) : void
Résultat void

PresentModalViewController() public méthode

public PresentModalViewController ( UIViewController viewController, bool animated ) : bool
viewController UIViewController
animated bool
Résultat bool

SetWindowRootViewController() protected méthode

protected SetWindowRootViewController ( UIViewController controller ) : void
controller UIViewController
Résultat void

Show() public méthode

public Show ( IMvxTouchView view ) : void
view IMvxTouchView
Résultat void

Show() public méthode

public Show ( MvxViewModelRequest request ) : void
request MvxViewModelRequest
Résultat void

ShowFirstView() protected méthode

protected ShowFirstView ( UIViewController viewController ) : void
viewController UIViewController
Résultat void