C# Class ViewDeckSample.CenterController

Inheritance: MonoKit.UI.TableViewController
Afficher le fichier Open project: sgmunn/MonoKit Class Usage Examples

Méthodes publiques

Méthode Description
CenterController ( bool addCloseButton ) : MonoKit.UI
Close ( Element element ) : void
GoNext ( Element element ) : void
InitController ( ) : void
LoadView ( ) : void
OpenLeft ( Element element ) : void
OpenRight ( Element element ) : void
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
Swap ( Element element ) : void

Method Details

CenterController() public méthode

public CenterController ( bool addCloseButton ) : MonoKit.UI
addCloseButton bool
Résultat MonoKit.UI

Close() public méthode

public Close ( Element element ) : void
element Element
Résultat void

GoNext() public méthode

public GoNext ( Element element ) : void
element Element
Résultat void

InitController() public méthode

public InitController ( ) : void
Résultat void

LoadView() public méthode

public LoadView ( ) : void
Résultat void

OpenLeft() public méthode

public OpenLeft ( Element element ) : void
element Element
Résultat void

OpenRight() public méthode

public OpenRight ( Element element ) : void
element Element
Résultat void

ShouldAutorotateToInterfaceOrientation() public méthode

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Résultat bool

Swap() public méthode

public Swap ( Element element ) : void
element Element
Résultat void