T - item type for which the icon is generated@FunctionalInterface public interface IconGenerator<T> extends SerializableFunction<T,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource |
apply(T item)
Gets an icon resource for the
item. |
identityCopyright © 2018 Vaadin Ltd. All rights reserved.