Uses of Interface
tech.guilhermekaua.spigotboot.inventoryapi.context.RenderContext
Packages that use RenderContext
Package
Description
The spigot-boot inventory framework (3.0.0): view-based inventories with typed per-phase
contexts, reactive state, and declarative pagination.
-
Uses of RenderContext in tech.guilhermekaua.spigotboot.inventoryapi
Methods in tech.guilhermekaua.spigotboot.inventoryapi with parameters of type RenderContextModifier and TypeMethodDescriptionprotected voidView.onFirstRender(@NotNull RenderContext context) Declares this session's components; called once per open, after the container is created and before the first paint. -
Uses of RenderContext in tech.guilhermekaua.spigotboot.inventoryapi.internal.context
Classes in tech.guilhermekaua.spigotboot.inventoryapi.internal.context that implement RenderContextModifier and TypeClassDescriptionfinal classContext forView.onFirstRender: collects component declarations in order and freezes them into the session's component table viaRenderContextImpl.materializeAll(), called by the first-render phase after the handler returns.