Class CmsFileTable.FileSorter

java.lang.Object
com.vaadin.v7.data.util.DefaultItemSorter
org.opencms.ui.components.CmsFileTable.FileSorter
All Implemented Interfaces:
com.vaadin.v7.data.util.ItemSorter, Serializable, Cloneable, Comparator<Object>, I_CmsItemSorter
Enclosing class:
CmsFileTable

public static class CmsFileTable.FileSorter extends com.vaadin.v7.data.util.DefaultItemSorter implements I_CmsItemSorter
Extends the default sorting to differentiate between files and folder when sorting by name.

Also allows sorting by navPos property for the Resource icon column.

See Also: