Class CmsLogLevelListItemComparator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DEBUG
      Constant for the DEBUG level.
      static java.lang.String ERROR
      Constant for the ERROR level.
      static java.lang.String FATAL
      Constant for the FATAL level.
      static java.lang.String INFO
      Constant for the INFO level.
      static java.lang.String OFF
      Constant for the OFF level.
      static java.lang.String WARN
      Constant for the WARN level.
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait