items property

ItemChildDelegate<T> items
final

Delegate providing the collection of items to display for selection.

This delegate abstracts the item source, supporting both static lists through ItemList and dynamic generation through ItemBuilder.

Implementation

final ItemChildDelegate<T> items;