Interface I_CmsItemSorter

All Superinterfaces:
Cloneable, Comparator<Object>, com.vaadin.v7.data.util.ItemSorter, 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 Details

    • getSortableContainerPropertyIds

      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