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