com.vaadin.ui.

Interface ItemCollapseAllowedProvider<T>

    • Method Summary

      All Methods
      Modifier and Type Method Description
      boolean test​(T item)

      Returns whether collapsing is allowed for the given item.

    • 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