itemText property

ItemTextAccessor<T> itemText
final

Function to extract display text from an item.

Defaults to calling toString() on the item.

Implementation

final ItemTextAccessor<T> itemText;