Package org.opencms.ui.util
Interface I_CmsItemSorter
- All Superinterfaces:
Cloneable
,Comparator<Object>
,com.vaadin.v7.data.util.ItemSorter
,Serializable
- All Known Implementing Classes:
CmsFileTable.FileSorter
,CmsResourceTreeTable.FileSorter
Interface for item sorters that evaluate the sortable container properties.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<?>
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 Details
-
getSortableContainerPropertyIds
Returns the sortable container property ids.- Parameters:
container
- the container to be sorted- Returns:
- the sortable container property ids
-