Class CmsListItemActionIconComparator

java.lang.Object
org.opencms.workplace.list.CmsListItemActionIconComparator
All Implemented Interfaces:
I_CmsListItemComparator

Comparator for column sorting by first direct action icon names.

If the list items column definition has at least one direct action, the icon of the first visible action is used for sorting (using the I_CmsListDirectAction.setItem(CmsListItem) method); if not, the Comparable interface is used.

Since:
6.0.0
See Also: