Titanium.UI.TableView.click

Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Mobile Web 1.8

Summary

Fired when a table row is clicked by the user.

Properties

Properties of the object passed to the event callback:
Name Type Summary
detail Boolean

Boolean to indicate if the detail button was clicked. Only true if row.hasDetail is true and the detail button was clicked.

globalPoint Point

Deprecated Dictionary with properties x and y describing the location of the event in screen coordinates.

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 source view's coordinates.

y Number

Y coordinate of the event, in the source view's coordinates.