Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.pagination.Pagination
Packages that use Pagination
Package
Description
-
Uses of Pagination in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that implement PaginationModifier and TypeClassDescriptionfinal classThePaginationtoken implementation: a per-view singleton declared at view construction time whose per-context runtime lives in aPaginationBindingstored in this token's ownStateStoreslot.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination that return Pagination -
Uses of Pagination in tech.guilhermekaua.spigotboot.inventoryapi.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.pagination that return PaginationModifier and TypeMethodDescription@NotNull Pagination<T>PaginationBuilder.build()Validates the declaration, constructs the token and registers it with the owning view.