Class CmsResourceTreeTable.FileSorter

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

public static class CmsResourceTreeTable.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: