Package io.jmix.flowui.model.impl
Class CollectionContainerSorter
java.lang.Object
io.jmix.flowui.model.impl.BaseContainerSorter
io.jmix.flowui.model.impl.CollectionContainerSorter
- All Implemented Interfaces:
 Sorter
Standard implementation of sorting 
CollectionContainers.- 
Field Summary
Fields inherited from class io.jmix.flowui.model.impl.BaseContainerSorter
beanFactory - 
Constructor Summary
ConstructorsConstructorDescriptionCollectionContainerSorter(CollectionContainer<?> container, BaseCollectionLoader loader, org.springframework.beans.factory.BeanFactory beanFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidsetItemsToContainer(List<?> list) voidSorts data according to the givenSortparameters.Methods inherited from class io.jmix.flowui.model.impl.BaseContainerSorter
createComparator, getContainer, sortInMemory 
- 
Constructor Details
- 
CollectionContainerSorter
public CollectionContainerSorter(CollectionContainer<?> container, @Nullable BaseCollectionLoader loader, org.springframework.beans.factory.BeanFactory beanFactory)  
 - 
 - 
Method Details
- 
setItemsToContainer
- Specified by:
 setItemsToContainerin classBaseContainerSorter
 - 
sort
Description copied from interface:SorterSorts data according to the givenSortparameters.- Specified by:
 sortin interfaceSorter- Overrides:
 sortin classBaseContainerSorter
 
 -