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 SummaryFields inherited from class io.jmix.flowui.model.impl.BaseContainerSorterbeanFactory
- 
Constructor SummaryConstructorsConstructorDescriptionCollectionContainerSorter(CollectionContainer<?> container, BaseCollectionLoader loader, org.springframework.beans.factory.BeanFactory beanFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidsetItemsToContainer(List<?> list) voidSorts data according to the givenSortparameters.Methods inherited from class io.jmix.flowui.model.impl.BaseContainerSortercreateComparator, getContainer, sortInMemory
- 
Constructor Details- 
CollectionContainerSorterpublic CollectionContainerSorter(CollectionContainer<?> container, @Nullable BaseCollectionLoader loader, org.springframework.beans.factory.BeanFactory beanFactory) 
 
- 
- 
Method Details- 
setItemsToContainer- Specified by:
- setItemsToContainerin class- BaseContainerSorter
 
- 
sortDescription copied from interface:SorterSorts data according to the givenSortparameters.- Specified by:
- sortin interface- Sorter
- Overrides:
- sortin class- BaseContainerSorter
 
 
-