Skip to content

Titanium.UI.iOS.ListViewCellSelectionStyle

> Deprecated since 10.1.0: Use <Titanium.UI.SELECTION_STYLE_*> instead.

A set of constants for the style that can be used for the selectionStyle property of a ListItem, which is set in the properties dictionary of either the <ListDataItem> or <ItemTemplate>.

Extends: Titanium.Proxy · Since: 5.4.0, 5.4.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.

BLUE#

Type: Number

The cell when selected has a blue background. This is the default value.

GRAY#

Type: Number

The cell when selected has a gray background.

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.

NONE#

Type: Number

The cell has no distinct style for when it is selected.

Titanium SDK Documentation