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 . |
identity
Copyright © 2019. All rights reserved.