Package com.vaadin.ui

Interface ItemCaptionGenerator<T>

    • Method Detail

      • apply

        String apply​(T item)
        Gets a caption for the item.
        Specified by:
        apply in interface Function<T,​String>
        Parameters:
        item - the item to get caption for
        Returns:
        the caption of the item; null will be shown as an empty string