One recyclable list row. The default implementation renders a single label via
UIList.labelOf; subclass and override bind()/render() for custom content, supplying
instances through UIList.rowFactory. Never construct rows yourself outside a factory —
the list owns the pool.
Constructor
Variables
Methods
bind(index:Int):Void
Fills the row's content for a data index (called on recycle; keep it allocation-light). The default sets a single label from the list's provider.
Parameters:
index | the data index to display |
|---|