DAArrayDataSourceDelegate Protocol

This is a Library topic for Data Abstract for Xcode
This page is generated from external data, please do not update
Protocols — Classes — Enums — Implements
Contents |
Overview
The DAArrayDataSourceDelegate Protocol describes the delegate methods that DAArrayDataSource will call on its delegate object for applying advanced features, like row coloring or handling double clicks on the row.
Location
DataAbstract/DAArrayDataSource.h
Optional Methods
| tableView:didReceiveDoubleClickOnColummn:row: |
|---|
|
Informs the delegate that a double click was performed on the given column at the given row. This method can be useful if you want to hook that event and show your custom editor sheet for editing a row or cell that was clicked.
|
| tableView:needsTextColor:backgroundColor:forRow: |
|
|
| tableView:needsTextColor:backgroundColor:forTableColumn:row: |
|
|
| tableView:needsValue:forTableColumn:row: |
|
|
| tableViewDidReceiveDoubleClick: |
|
|
| tableViewSelectionDidChange: |
|
|
| tableViewSortingDidChange: |
|
|
See Also
- Lists
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements
- RemObjects SDK for Xcode: Protocols — Classes — Enums — Aliases — Implements
- Data Abstract shared: Data Types – File Types
- other editions:
- Data Abstract for .NET: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for Delphi: Interfaces — Classes — Enums — Aliases — Implements
- Data Abstract for Java: Namespaces — Interfaces — Classes — Enums — Implements
- Data Abstract for JavaScript: Objects
- Data Abstract for Xcode: Protocols — Classes — Enums — Implements

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Delphi and Xcode