Package com.vaadin.ui

Interface ItemCollapseAllowedProvider<T>

    • Method Detail

      • test

        boolean test​(T item)
        Returns whether collapsing is allowed for the given item.
        Specified by:
        test in interface Predicate<T>
        Parameters:
        item - the item to test
        Returns:
        true if collapse is allowed for the given item, false otherwise