Package io.jmix.flowui.model
Class SorterFactory
java.lang.Object
io.jmix.flowui.model.SorterFactory
Factory bean for sorters.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected org.springframework.beans.factory.BeanFactory
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateCollectionContainerSorter(CollectionContainer<?> container, BaseCollectionLoader loader) CreatesSorter.CreatesSorter.voidsetBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) 
- 
Field Details- 
beanFactoryprotected org.springframework.beans.factory.BeanFactory beanFactory
 
- 
- 
Constructor Details- 
SorterFactorypublic SorterFactory()
 
- 
- 
Method Details- 
setBeanFactory@Autowired public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) 
- 
createCollectionContainerSorterpublic Sorter createCollectionContainerSorter(CollectionContainer<?> container, @Nullable BaseCollectionLoader loader) CreatesSorter.
- 
createCollectionPropertyContainerSorterCreatesSorter.
 
-