C# Class WshLst.MonoTouch.MvxDeleteBindableTableViewSource

Inheritance: Cirrious.MvvmCross.Binding.Touch.Views.MvxBindableTableViewSource
Datei anzeigen Open project: Redth/WshLst Class Usage Examples

Public Methods

Method Description
CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System

Method Details

CanEditRow() public method

public CanEditRow ( UITableView tableView, NSIndexPath indexPath ) : bool
tableView UITableView
indexPath NSIndexPath
return bool

CommitEditingStyle() public method

public CommitEditingStyle ( UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath ) : void
tableView UITableView
editingStyle UITableViewCellEditingStyle
indexPath NSIndexPath
return void

EditingStyleForRow() public method

public EditingStyleForRow ( UITableView tableView, NSIndexPath indexPath ) : UITableViewCellEditingStyle
tableView UITableView
indexPath NSIndexPath
return UITableViewCellEditingStyle

MvxDeleteBindableTableViewSource() public method

public MvxDeleteBindableTableViewSource ( UITableView tableView, UITableViewCellStyle cellStyle, NSString cellIdentifier, string bindingText, UITableViewCellAccessory accessory ) : System
tableView UITableView
cellStyle UITableViewCellStyle
cellIdentifier NSString
bindingText string
accessory UITableViewCellAccessory
return System