Package com.vaadin.ui

Interface DescriptionGenerator<T>

  • Type Parameters:
    T - the item type
    All Superinterfaces:
    java.util.function.Function<T,​java.lang.String>, java.io.Serializable, SerializableFunction<T,​java.lang.String>
    All Known Subinterfaces:
    DescriptionGenerator<T>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface DescriptionGenerator<T>
    extends SerializableFunction<T,​java.lang.String>
    A callback interface for generating description texts for an item.
    Since:
    8.2
    Author:
    Vaadin Ltd
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose