items property

List<EJSelectorItem<T>> items
final

The list of items the user can select and it's can't be null.

Implementation

final List<EJSelectorItem<T>> items;