C# 클래스 Collections.Touch.ExpandableTableSource

상속: MvvmCross.iOS.Support.Views.MvxExpandableTableViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross-Samples 1 사용 예제들

공개 메소드들

메소드 설명
ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat

보호된 메소드들

메소드 설명
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell
GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell

메소드 상세

ExpandableTableSource() 공개 메소드

public ExpandableTableSource ( UITableView tableView ) : System.Collections.Generic
tableView UITableView
리턴 System.Collections.Generic

GetHeightForRow() 공개 메소드

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : nfloat
tableView UITableView
indexPath NSIndexPath
리턴 nfloat

GetOrCreateCellFor() 보호된 메소드

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

GetOrCreateHeaderCellFor() 보호된 메소드

protected GetOrCreateHeaderCellFor ( UITableView tableView, nint section ) : UITableViewCell
tableView UITableView
section nint
리턴 UITableViewCell