Interface I_CmsItemSorter

  • All Superinterfaces:
    java.lang.Cloneable, java.util.Comparator<java.lang.Object>, com.vaadin.v7.data.util.ItemSorter, java.io.Serializable
    All Known Implementing Classes:
    CmsFileTable.FileSorter, CmsResourceTreeTable.FileSorter

    public interface I_CmsItemSorter
    extends com.vaadin.v7.data.util.ItemSorter
    Interface for item sorters that evaluate the sortable container properties.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Collection<?> getSortableContainerPropertyIds​(com.vaadin.v7.data.Container container)
      Returns the sortable container property ids.
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
      • Methods inherited from interface com.vaadin.v7.data.util.ItemSorter

        compare, setSortProperties
    • Method Detail

      • getSortableContainerPropertyIds

        java.util.Collection<?> getSortableContainerPropertyIds​(com.vaadin.v7.data.Container container)
        Returns the sortable container property ids.

        Parameters:
        container - the container to be sorted
        Returns:
        the sortable container property ids