C# 클래스 MvvmCross.Binding.tvOS.Views.MvxStandardTableViewSource

상속: MvxTableViewSource
파일 보기 프로젝트 열기: MvvmCross/MvvmCross

공개 메소드들

메소드 설명
MvxStandardTableViewSource ( IntPtr handle ) : System
MvxStandardTableViewSource ( UITableView tableView ) : System
MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System

보호된 메소드들

메소드 설명
CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : MvxStandardTableViewCell
GetOrCreateCellFor ( UITableView tableView, NSIndexPath indexPath, object item ) : UITableViewCell

비공개 메소드들

메소드 설명
ParseBindingText ( string bindingText ) : IEnumerable

메소드 상세

CreateDefaultBindableCell() 보호된 메소드

protected CreateDefaultBindableCell ( UITableView tableView, NSIndexPath indexPath, object item ) : MvxStandardTableViewCell
tableView UITableView
indexPath NSIndexPath
item object
리턴 MvxStandardTableViewCell

GetOrCreateCellFor() 보호된 메소드

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

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( IntPtr handle ) : System
handle System.IntPtr
리턴 System

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( UITableView tableView ) : System
tableView UITableView
리턴 System

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( UITableView tableView, NSString cellIdentifier ) : System
tableView UITableView
cellIdentifier NSString
리턴 System

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, IEnumerable descriptions, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
descriptions IEnumerable
tableViewCellAccessory UITableViewCellAccessory
리턴 System

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( UITableView tableView, UITableViewCellStyle style, NSString cellIdentifier, string bindingText, UITableViewCellAccessory tableViewCellAccessory = UITableViewCellAccessory.None ) : System
tableView UITableView
style UITableViewCellStyle
cellIdentifier NSString
bindingText string
tableViewCellAccessory UITableViewCellAccessory
리턴 System

MvxStandardTableViewSource() 공개 메소드

public MvxStandardTableViewSource ( UITableView tableView, string bindingText ) : System
tableView UITableView
bindingText string
리턴 System