AbstractListViewItem

AbstractListViewItem ⇐ RenderedView

Kind: global abstract class
Extends: RenderedView
Mixes: MListViewItem

AbstractListViewItem()

Item view for ListView to add a reference to previous item

Remark: its inherits from a View (and not an AbstractView), which is the renderer implementation of the AbstractView. However, these class is marked as abstract in case we would need to take the hand on the ListViewItem implementation, for a specific renderer by example.