| Platform | Since |
|---|---|
| iPhone | 0.9 |
| iPad | 0.9 |
A set of constants for the style that can be used for the button style 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 |
|---|---|---|
| GROUPED | Number |
A table view whose sections present distinct groups of rows. The section headers and footers do not float. read-only |
| PLAIN | Number |
A plain table view. Any section headers or footers are displayed as inline separators and float when the table view is scrolled. read-only |