Skip to content

Titanium.UI.iOS.ListViewStyle

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

Extends: Titanium.Proxy · Since: 3.1.0, 3.1.0, 9.2.0 · Platforms: iphone, ipad, macos

Properties #

apiName#

extended

Type: String

The name of the API that this proxy corresponds to.

The value of this property is the fully qualified name of the API. For example, Button
returns Ti.UI.Button.

GROUPED#

Type: Number

A list view whose sections present distinct groups of rows. The section headers and footers
do not float.

INSET_GROUPED#

Type: Number

A list view whose sections present distinct groups of rows and grouped sections are inset with rounded corners.
The section headers and footers do not float.

lifecycleContainer#

extended

Type: Titanium.UI.Window, Titanium.UI.TabGroup

The Window or TabGroup whose Activity lifecycle should be triggered on the proxy.

If this property is set to a Window or TabGroup, then the corresponding Activity lifecycle event callbacks
will also be called on the proxy. Proxies that require the activity lifecycle will need this property set
to the appropriate containing Window or TabGroup.

PLAIN#

Type: Number

A plain list view. Any section headers or footers are displayed as inline separators and
float when the list view is scrolled.

Titanium SDK Documentation