Package limn.components
Interface ListView.Adapter
- Enclosing class:
ListView
public static interface ListView.Adapter
Supplies and (optionally) caches the row widgets of a
ListView.-
Method Summary
-
Method Details
-
rowCount
int rowCount()- Returns:
- the number of rows
-
rowAt
- Returns:
- the widget for
index, populated and ready to show. May be a reused instance you kept fromrecycle(limn.scene.Widget).
-
recycle
The list scrolledwidgetout of view; pool it for reuse if you like.
-