|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.opencms.workplace.list.CmsListItemActionIconComparator
public class CmsListItemActionIconComparator
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 method);
if not, the I_CmsListDirectAction.setItem(CmsListItem) interface is used.Comparable
CmsListColumnDefinition| Constructor Summary | |
|---|---|
CmsListItemActionIconComparator()
Default Constructor. |
|
| Method Summary | |
|---|---|
java.util.Comparator |
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 |
| Constructor Detail |
|---|
public CmsListItemActionIconComparator()
| Method Detail |
|---|
public java.util.Comparator getComparator(java.lang.String columnId,
java.util.Locale locale)
I_CmsListItemComparator
getComparator in interface I_CmsListItemComparatorcolumnId - the id of the column to sort bylocale - the current used locale
I_CmsListItemComparator.getComparator(java.lang.String, java.util.Locale)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||