| Platform | Since |
|---|---|
| Android | 0.8 |
| iPhone | 0.8 |
| iPad | 0.8 |
| Mobile Web | 1.8 |
Fired when a table row is clicked by the user.
| Name | Type | Summary |
|---|---|---|
| detail | Boolean |
Boolean to indicate if the detail button was clicked. Only |
| globalPoint | Point |
Deprecated Dictionary with properties |
| index | Number |
Row index. |
| row | Titanium.UI.TableViewRow |
Table view row object. |
| rowData | Dictionary<Titanium.UI.TableViewRow> |
Dictionary containing the properties set on the row. |
| searchMode | Boolean |
Boolean to indicate if the table is in search mode. |
| section | Titanium.UI.TableViewSection |
Table view section object, if the clicked row is contained in a section. |
| source | Object |
Source object that fired the event. |
| type | String |
Name of the event fired. |
| x | Number |
X coordinate of the event, in the |
| y | Number |
Y coordinate of the event, in the |