C# 클래스 ViewDeckSample.CenterController

상속: MonoKit.UI.TableViewController
파일 보기 프로젝트 열기: sgmunn/MonoKit 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

CenterController() 공개 메소드

public CenterController ( bool addCloseButton ) : MonoKit.UI
addCloseButton bool
리턴 MonoKit.UI

Close() 공개 메소드

public Close ( Element element ) : void
element Element
리턴 void

GoNext() 공개 메소드

public GoNext ( Element element ) : void
element Element
리턴 void

InitController() 공개 메소드

public InitController ( ) : void
리턴 void

LoadView() 공개 메소드

public LoadView ( ) : void
리턴 void

OpenLeft() 공개 메소드

public OpenLeft ( Element element ) : void
element Element
리턴 void

OpenRight() 공개 메소드

public OpenRight ( Element element ) : void
element Element
리턴 void

ShouldAutorotateToInterfaceOrientation() 공개 메소드

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
리턴 bool

Swap() 공개 메소드

public Swap ( Element element ) : void
element Element
리턴 void