Titanium.UI.iPhone.TableViewStyle

Object of Titanium.UI.iPhone.
Platform Since
iPhone 0.9
iPad 0.9

Summary

A set of constants for the style that can be used for the button style property of Titanium.UI.TableView.

Methods

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.

Properties

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

Events

This type has no events.