Interface I_CmsListItemComparator

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Comparator<CmsListItem> getComparator​(java.lang.String columnId, java.util.Locale locale)
      Returns a new comparator for comparing list items by the given column, and using the given locale.
    • Method Detail

      • getComparator

        java.util.Comparator<CmsListItemgetComparator​(java.lang.String columnId,
                                                        java.util.Locale locale)
        Returns a new comparator for comparing list items by the given column, and using the given locale.

        Parameters:
        columnId - the id of the column to sort by
        locale - the current used locale
        Returns:
        a new comparator