Uses of Class
no.ntnu.principes.controller.screen.ScreenContext
Packages that use ScreenContext
-
Uses of ScreenContext in no.ntnu.principes.controller.screen
Methods in no.ntnu.principes.controller.screen that return ScreenContextModifier and TypeMethodDescriptionScreenController.getContext(String screenId) Eases the process of obtaining aScreenContextfor a given screen ID.ScreenContextManager.ScreenContextHolder.getOrCreateContext(String screenId) Retrieves an existingScreenContextfor the given screen ID or creates a new one if it does not already exist. -
Uses of ScreenContext in no.ntnu.principes.view
Methods in no.ntnu.principes.view that return ScreenContextModifier and TypeMethodDescriptionprotected ScreenContextBaseModal.getContext()Gets the screen context for this modal.protected ScreenContextBaseScreen.getContext()Retrieves the context for this screen from the controller.