Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.PaginationHost
Packages that use PaginationHost
Package
Description
-
Uses of PaginationHost in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that implement PaginationHostModifier and TypeClassDescriptionfinal classPer-(session, token) pagination runtime: records pre-init navigation, builds the per-context page source and geometry engine at open time, owns the page-element components of the current frame and implements thePaginationHostseam the relocated engine paints and settles through. -
Uses of PaginationHost in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine
Fields in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine declared as PaginationHostModifier and TypeFieldDescriptionprotected PaginationHostAbstractPageSourcePagination.hostprotected PaginationHostAbstractPageSourcePagination.hostprotected PaginationHostAbstractPageSourcePagination.hostMethods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination.engine with parameters of type PaginationHostModifier and TypeMethodDescriptionvoidPaginator.bind(@NotNull PaginationHost host) Binds the engine against a freshly opened host: sets the host, derives the navigation state for the current (possibly pre-recorded) page and dispatches the initial load without requesting a render — the open's initial paint covers it.