Template that represents the basic appearance of a list item.
See Titanium.UI.ListItem for examples of using an item template.
NOTE This is an abstract type. Any object meeting this description can be used where this type is used.
Contains an array of subview templates to be added (in order) as children to this view.
Contains an array of subview templates to be added (in order) as children to this view.
Contains key-value pairs of view events and their listeners that are applied to the ListItem.
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.
Contains key-value pairs of view properties and their values that are applied to the 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.