Definition at line 109 of file CPTableView.j.
 
◆ numberOfRowsInTableView:()
  
  | 
        
          | - (CPInteger CPTableViewDataSource) numberOfRowsInTableView: |  | (CPTableView) | aTableView |  |  | optional | 
 
 
◆ tableView:acceptDrop:row:dropOperation:()
  
  | 
        
          | - (BOOL CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | acceptDrop: |  | (id< CPDraggingInfo >) | info |  
          | row: |  | (CPInteger) | aRowIndex |  
          | dropOperation: |  | (CPTableViewDropOperation) | operation |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:namesOfPromisedFilesDroppedAtDestination:forDraggedRowsWithIndexes:()
  
  | 
        
          | - (CPArray CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | namesOfPromisedFilesDroppedAtDestination: |  | (CPURL) | dropDestination |  
          | forDraggedRowsWithIndexes: |  | (CPIndexSet) | anIndexSet |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:objectValueForTableColumn:row:()
  
  | 
        
          | - (id CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | objectValueForTableColumn: |  | (CPTableColumn) | aTableColumn |  
          | row: |  | (CPInteger) | aRowIndex |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:setObjectValue:forTableColumn:row:()
  
  | 
        
          | - (void CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | setObjectValue: |  | (id) | anObjectValue |  
          | forTableColumn: |  | (CPTableColumn) | aTableColumn |  
          | row: |  | (CPInteger) | aRowIndex |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:sortDescriptorsDidChange:()
  
  | 
        
          | - (void CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | sortDescriptorsDidChange: |  | (CPArray) | oldDescriptors |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:validateDrop:proposedRow:proposedDropOperation:()
  
  | 
        
          | - (CPDragOperation CPTableViewDataSource) tableView: |  | (CPTableView) | aTableView |  
          | validateDrop: |  | (id< CPDraggingInfo >) | info |  
          | proposedRow: |  | (CPInteger) | aRowIndex |  
          | proposedDropOperation: |  | (CPTableViewDropOperation) | anOperation |  
          |  |  |  |  |  | optional | 
 
 
◆ tableView:writeRowsWithIndexes:toPasteboard:()
The documentation for this protocol was generated from the following file: