T - item type@FunctionalInterface public interface ItemLabelGenerator<T> extends SerializableFunction<T,String>
ItemLabelGenerator can be used to customize the string shown to the
user for an item.| Modifier and Type | Method and Description |
|---|---|
String |
apply(T item)
Gets a caption for the
item. |
identityCopyright © 2025. All rights reserved.