Documentation generator: JsDoc Toolkit 2.4.0
Template: Codeview 1.2
Generated on: 2016-0-4 21:24

Class enchant.widget.LazyListItem

Class Summary
Constructor Attributes Constructor Name and Description
 
LazyListItem is a class which can be used in an enchant.widget.LazyListView instance to enable the lazy loading of the content of a list item.
Fields borrowed from class enchant.Entity:
backgroundColor, buttonMode, buttonPressed, compositeOperation, debugColor, opacity, originX, originY, rotation, scaleX, scaleY, touchEnabled, visible
Fields borrowed from class enchant.Node:
age, parentNode, scene, x, y

Class Detail

enchant.widget.LazyListItem()
LazyListItem is a class which can be used in an enchant.widget.LazyListView instance to enable the lazy loading of the content of a list item. The LazyListView instance will call the loadResources function of the LazyListItem instance when it feels like the content will be required soon. Implementors must implement the loadResources function. See the LazyListView example of enchant.js (examples/plugins/widget/LazyListView/).
See:
enchant.widget.LazyListView
enchant.widget.ListItem