Uses of Class
tech.guilhermekaua.spigotboot.inventoryapi.internal.layout.ResolvedLayout
Packages that use ResolvedLayout
Package
Description
-
Uses of ResolvedLayout in tech.guilhermekaua.spigotboot.inventoryapi.internal.layout
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.layout that return ResolvedLayoutModifier and TypeMethodDescriptionstatic @NotNull ResolvedLayoutResolvedLayout.resolve(@NotNull ViewConfig config) Parses the layout rows of the given config; layout shape was already validated at build time. -
Uses of ResolvedLayout in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.pagination with parameters of type ResolvedLayoutModifier and TypeMethodDescriptionvoidPaginationBinding.initialize(@NotNull ResolvedLayout viewLayout, @NotNull ViewConfig effectiveConfig) Builds the per-context runtime: resolves and validates the fill target, creates the per-context page source and the geometry engine, replays any pending navigation on the still-unbound paginator (the preserved 2.x record-only branch) and binds the engine to this host — which dispatches the initial page load. -
Uses of ResolvedLayout in tech.guilhermekaua.spigotboot.inventoryapi.internal.session
Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session that return ResolvedLayoutModifier and TypeMethodDescription@Nullable ResolvedLayoutViewSession.layout()Returns the resolved layout of this session.Methods in tech.guilhermekaua.spigotboot.inventoryapi.internal.session with parameters of type ResolvedLayoutModifier and TypeMethodDescriptionvoidViewSession.layout(@NotNull ResolvedLayout l) Sets the resolved layout.