C# Class ViewDeckSample.CenterController

Inheritance: MonoKit.UI.TableViewController
Exibir arquivo Open project: sgmunn/MonoKit Class Usage Examples

Public Methods

Method 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 method

public CenterController ( bool addCloseButton ) : MonoKit.UI
addCloseButton bool
return MonoKit.UI

Close() public method

public Close ( Element element ) : void
element Element
return void

GoNext() public method

public GoNext ( Element element ) : void
element Element
return void

InitController() public method

public InitController ( ) : void
return void

LoadView() public method

public LoadView ( ) : void
return void

OpenLeft() public method

public OpenLeft ( Element element ) : void
element Element
return void

OpenRight() public method

public OpenRight ( Element element ) : void
element Element
return void

ShouldAutorotateToInterfaceOrientation() public method

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

Swap() public method

public Swap ( Element element ) : void
element Element
return void