Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine.PageItemFactory
Packages that use PageItemFactory
-
Uses of PageItemFactory in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine
Fields in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine declared as PageItemFactoryModifier and TypeFieldDescriptionprotected final PageItemFactory<T>AbstractPageSourcePagination.itemFactoryprotected final PageItemFactory<T>AbstractPageSourcePagination.itemFactoryprotected final PageItemFactory<T>AbstractPageSourcePagination.itemFactoryConstructors in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine with parameters of type PageItemFactoryModifierConstructorDescriptionNormalPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull Layout layout) Creates an eager paginator over an initially empty source.NormalPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull Layout layout, @Nullable Supplier<RenderedItem> loadingItem, @NotNull PageSource<T> pageSource) Creates a paginator over the given page source.PatternPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull List<Layout> patterns) Creates an eager paginator over an initially empty source.PatternPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull List<Layout> patterns, @Nullable Supplier<RenderedItem> loadingItem, @NotNull PageSource<T> pageSource) Creates a paginator over the given page source.ScrollPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull Layout layout) Creates an eager paginator over an initially empty source.ScrollPagination(@Nullable Supplier<RenderedItem> fallbackItem, @NotNull PageItemFactory<T> itemFactory, @NotNull Layout layout, @Nullable Supplier<RenderedItem> loadingItem, @NotNull PageSource<T> pageSource) Creates a paginator over the given page source.