DefaultItemSorter adheres to the {@link Sortable#sort(Object[],boolean[])} rules and sorts the containeraccording to the properties given using {@link #setSortProperties(Sortable,Object[],boolean[])}. A Comparator is used for comparing the individual Property values. The comparator can be set using the constructor. If no comparator is provided a default comparator is used.
| |
| |