Uses of Enum Class
stud.ntnu.idatt1005.pantrypal.enums.Route
Packages that use Route
Package
Description
-
Uses of Route in stud.ntnu.idatt1005.pantrypal.controllers
Methods in stud.ntnu.idatt1005.pantrypal.controllers with parameters of type RouteModifier and TypeMethodDescriptionvoid
Controller.onNavLinkPress
(Route route) Navigates to the view the given route represents. -
Uses of Route in stud.ntnu.idatt1005.pantrypal.enums
Methods in stud.ntnu.idatt1005.pantrypal.enums that return Route -
Uses of Route in stud.ntnu.idatt1005.pantrypal.utils
Fields in stud.ntnu.idatt1005.pantrypal.utils with type parameters of type RouteMethods in stud.ntnu.idatt1005.pantrypal.utils that return RouteModifier and TypeMethodDescriptionViewManager.getCurrentView()
Gets the current view of the application.Methods in stud.ntnu.idatt1005.pantrypal.utils with parameters of type RouteModifier and TypeMethodDescriptionvoid
Adds a view to the view manager.void
ViewManager.removeView
(Route route) Removes a view from the view manager.void
Sets the view of the application to a given route.