UIListItemAdapter
interface UIListItemAdapter
Generic type definition for a component constructor that accepts a single object argument, and constructs a renderable component; used for creating each component in a list (see UIListController
). An implementation that uses UICell
containers is provided by UIListCellAdapter
.