C# 클래스 MonoMobile.Views.ViewSource

상속: BaseDialogViewSource, IActivation
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
Activated ( ) : void
Deactivated ( ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : int
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
RowsInSection ( UITableView tableview, int sectionIndex ) : int
UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
ViewSource ( DialogViewController controller ) : System
ViewSource ( DialogViewController controller, string title ) : System
WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void

보호된 메소드들

메소드 설명
NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell

비공개 메소드들

메소드 설명
PerformActionIfCellListElement ( UITableViewCell cell, NSIndexPath indexPath, Action action ) : bool

메소드 상세

Activated() 공개 메소드

public Activated ( ) : void
리턴 void

Deactivated() 공개 메소드

public Deactivated ( ) : void
리턴 void

GetCell() 공개 메소드

public GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
리턴 UITableViewCell

NewCell() 보호된 메소드

protected NewCell ( NSString cellId, NSIndexPath indexPath ) : UITableViewCell
cellId NSString
indexPath NSIndexPath
리턴 UITableViewCell

NumberOfSections() 공개 메소드

public NumberOfSections ( UITableView tableView ) : int
tableView UITableView
리턴 int

RowSelected() 공개 메소드

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
리턴 void

RowsInSection() 공개 메소드

public RowsInSection ( UITableView tableview, int sectionIndex ) : int
tableview UITableView
sectionIndex int
리턴 int

UpdateCell() 공개 메소드

public UpdateCell ( UITableViewCell cell, NSIndexPath indexPath ) : void
cell UITableViewCell
indexPath NSIndexPath
리턴 void

ViewSource() 공개 메소드

public ViewSource ( DialogViewController controller ) : System
controller DialogViewController
리턴 System

ViewSource() 공개 메소드

public ViewSource ( DialogViewController controller, string title ) : System
controller DialogViewController
title string
리턴 System

WillDisplay() 공개 메소드

public WillDisplay ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
tableView UITableView
cell UITableViewCell
indexPath NSIndexPath
리턴 void