| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the style that can be used for the separatorStyle property of Titanium.UI.TableView.
| Name | Summary |
|---|---|
| addEventListener |
Adds the specified callback as an event listener for the named event. |
| fireEvent |
Fires a synthesized event to any registered listeners. |
| removeEventListener |
Removes the specified callback as an event listener for the named event. |
| Name | Type | Summary |
|---|---|---|
| NONE | Number |
The separator cell has no distinct style. read-only |
| SINGLE_LINE | Number |
The separator cell has a single line running across its width. This is the default value. read-only |