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 TypeMethodDescriptionvoidController.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 TypeMethodDescriptionvoidAdds a view to the view manager.voidViewManager.removeView(Route route) Removes a view from the view manager.voidSets the view of the application to a given route.