Uses of Class
no.ntnu.principes.controller.screen.ScreenController
Packages that use ScreenController
Package
Description
-
Uses of ScreenController in no.ntnu.principes.util
Methods in no.ntnu.principes.util with parameters of type ScreenControllerModifier and TypeMethodDescriptionstatic voidScreenRegistry.registerScreens(ScreenController controller) Automatically discovers and registers all screen classes with the controller. -
Uses of ScreenController in no.ntnu.principes.view
Fields in no.ntnu.principes.view declared as ScreenControllerConstructors in no.ntnu.principes.view with parameters of type ScreenControllerModifierConstructorDescriptionBaseModal(ScreenController controller, String screenId) Creates a new modal with the specified controller and screen ID.BaseScreen(ScreenController controller, String screenId) Creates a new screen with the specified controller and screen ID.SplashScreenView(ScreenController controller, String screenId) -
Uses of ScreenController in no.ntnu.principes.view.auth
Constructors in no.ntnu.principes.view.auth with parameters of type ScreenControllerModifierConstructorDescriptionAddProfileView(ScreenController controller, String screenId) SelectProfileView(ScreenController controller, String screenId) -
Uses of ScreenController in no.ntnu.principes.view.dev
Constructors in no.ntnu.principes.view.dev with parameters of type ScreenController -
Uses of ScreenController in no.ntnu.principes.view.generics
Constructors in no.ntnu.principes.view.generics with parameters of type ScreenController -
Uses of ScreenController in no.ntnu.principes.view.main
Constructors in no.ntnu.principes.view.main with parameters of type ScreenControllerModifierConstructorDescriptionAboutView(ScreenController controller, String screenId) Creates a new AboutView instance.DashboardScreen(ScreenController controller, String screenId) MainView(ScreenController controller, String screenId) TaskDetailsView(ScreenController controller, String screenId) TasksView(ScreenController controller, String screenId) -
Uses of ScreenController in no.ntnu.principes.view.main.household
Constructors in no.ntnu.principes.view.main.household with parameters of type ScreenController -
Uses of ScreenController in no.ntnu.principes.view.modals
Constructors in no.ntnu.principes.view.modals with parameters of type ScreenControllerModifierConstructorDescriptionCreateTaskModalView(ScreenController controller, String screenId) EditTaskModalView(ScreenController controller, String screenId) -
Uses of ScreenController in no.ntnu.principes.view.onboarding
Constructors in no.ntnu.principes.view.onboarding with parameters of type ScreenControllerModifierConstructorDescriptionOnboardingSuccessView(ScreenController controller, String screenId) OnboardingView(ScreenController controller, String screenId)