Titanium.UI.iPhone.ListViewCellSelectionStyle
> Titanium.UI.iPhone.ListViewCellSelectionStyle

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.

This class has been removed since 7.0.0

Use <Titanium.UI.iOS.ListViewCellSelectionStyle> instead.

  • 3.1.0
  • 3.1.0
Defined By

Properties

Titanium.UI.iPhone.ListViewCellSelectionStyle
: Numberreadonly
The cell when selected has a blue background. ...

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

Titanium.UI.iPhone.ListViewCellSelectionStyle
GRAY : Numberreadonly

The cell when selected has a gray background.

The cell when selected has a gray background.

Titanium.UI.iPhone.ListViewCellSelectionStyle
NONE : Numberreadonly

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

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

apiName : Stringreadonly

The name of the API that this proxy corresponds to.

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.

  • 3.2.0
  • 3.2.0
  • 3.2.0

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

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.

  • 3.6.0
Defined By

Methods

Gets the value of the apiName property. ...

Gets the value of the apiName property.

  • 3.2.0
  • 3.2.0
  • 3.2.0

Returns

  • String
Gets the value of the lifecycleContainer property. ...

Gets the value of the lifecycleContainer property.

  • 3.6.0

Returns

Sets the value of the lifecycleContainer property. ...

Sets the value of the lifecycleContainer property.

  • 3.6.0

Parameters

Returns

  • void