C# 클래스 Cirrious.MvvmCross.Binding.Touch.Views.MvxBaseTableViewSource

상속: UITableViewSource
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
CellDisplayingEnded ( UITableView tableView, UITableViewCell cell, NSIndexPath indexPath ) : void
GetCell ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCell
NumberOfSections ( UITableView tableView ) : nint
ReloadTableData ( ) : void
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

보호된 메소드들

메소드 설명
GetItemAt ( NSIndexPath indexPath ) : object
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
MvxBaseTableViewSource ( IntPtr handle ) : System
MvxBaseTableViewSource ( UITableView tableView ) : System

메소드 상세

AccessoryButtonTapped() 공개 메소드

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

CellDisplayingEnded() 공개 메소드

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

GetCell() 공개 메소드

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

GetItemAt() 보호된 추상적인 메소드

protected abstract GetItemAt ( NSIndexPath indexPath ) : object
indexPath NSIndexPath
리턴 object

GetOrCreateCellFor() 보호된 추상적인 메소드

protected abstract GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
tableView UITableView
indexPath NSIndexPath
item object
리턴 UITableViewCell

MvxBaseTableViewSource() 보호된 메소드

protected MvxBaseTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

MvxBaseTableViewSource() 보호된 메소드

protected MvxBaseTableViewSource ( UITableView tableView ) : System
tableView UITableView
리턴 System

NumberOfSections() 공개 메소드

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

ReloadTableData() 공개 메소드

public ReloadTableData ( ) : void
리턴 void

RowSelected() 공개 메소드

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