Titanium.UI.ItemTemplate
Template that represents the basic appearance of a list item.
See Titanium.UI.ListItem for examples of using an item template.
Since: 3.1.0 · Platforms: android, ipad, iphone, macos
Properties #
childTemplates#
Type: Array<ViewTemplate>
Contains an array of subview templates to be added (in order) as children to this view.
events#
Type: Dictionary
Contains key-value pairs of view events and their listeners that are applied to the ListItem.
Array values are considered as multiple event listeners for that event.
Event listeners added here respond to bubbled events fired from the view subcomponents.
properties#
Type: Dictionary<Titanium.UI.ListItem>
Contains key-value pairs of view properties and their values that are applied to the ListItem.
If there are properties set in the <ListDataItem>, the properties set in the template are
overridden by the ones set in the list data item.