Uses of Class
overit.geocall.ui.WindowManager
Packages that use WindowManager
Package
Description
-
Uses of WindowManager in overit.geocall.basic.ui
Methods in overit.geocall.basic.ui that return WindowManagerMethods in overit.geocall.basic.ui with parameters of type WindowManagerModifier and TypeMethodDescriptionvoidWindow.setWM(WindowManager wm) Sets theWindowManagerof the Window -
Uses of WindowManager in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container with parameters of type WindowManagerModifier and TypeMethodDescriptionprotected booleanTaskBarPage.clearCurrentWindow(WindowManager wm) Manages the closing of a single viewprotected booleanTaskBarPage.fullLogout(WindowManager wm) Manages the closing of all views -
Uses of WindowManager in overit.geocall.basic.ui.control
Constructors in overit.geocall.basic.ui.control with parameters of type WindowManagerModifierConstructorDescriptionSearchBoxMenu(UINode parent, WindowManager wm, TeacherDuty td, Window w, String destination, int tabIndex, boolean isTaskBoxMenuRO) TaskBoxFavoritesMenu(UINode parent, WindowManager wm, TeacherDuty td, Window w, String destination, int tabIndex) -
Uses of WindowManager in overit.geocall.ui
Methods in overit.geocall.ui that return WindowManagerModifier and TypeMethodDescriptionControl.getWM()Returns theWindowManagerto which belongs theWindowcontaining the ControlMethods in overit.geocall.ui with parameters of type WindowManagerMethod parameters in overit.geocall.ui with type arguments of type WindowManagerModifier and TypeMethodDescriptionWindowManagerUtils.getRandomWmId(Map<String, WindowManager> wms) Generates a new random internal window manager's id. -
Uses of WindowManager in overit.geocall.ux.platform
Methods in overit.geocall.ux.platform with parameters of type WindowManagerModifier and TypeMethodDescriptionorg.springframework.http.HttpStatusRouteService.processRoute(String requestedRoute, WindowManager wm, WebParameters wp, boolean isPost) Process theWindowManagerto navigate into the correct page related to the requested route.
If the requested route is already loaded (the window manager already has the window related to the route, loaded) this method do nothing on the Window Manager.voidSimpleLander.setup(Landing landing, WindowManager wm) -
Uses of WindowManager in overit.geocallapp.wfm.project.ux.wizard
Fields in overit.geocallapp.wfm.project.ux.wizard declared as WindowManagerModifier and TypeFieldDescriptionprotected WindowManagerOperationDetailedDebriefingWizard.wmprotected WindowManagerOperationPlanSlotPlanningWizard.wmprotected WindowManagerOperationPlanSlotSchedulingWizard.wmprotected WindowManagerRemoveSlotsWizard.wmMethods in overit.geocallapp.wfm.project.ux.wizard with parameters of type WindowManagerModifier and TypeMethodDescriptionvoidOperationDetailedDebriefingWizard.start(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) voidOperationPlanSlotPlanningWizard.start(List<OperationTimeRange> timeRanges, OperationPlanResourceSearchContext context, WindowManager wm) Starting point of the wizardvoidOperationPlanSlotSchedulingWizard.start(List<OperationPlanning> operationPlanning, OperationPlanResourceSearchContext context, WindowManager wm) Starting point of the wizardvoidRemoveSlotsWizard.start(List<OperationPlanning> operationPlanning, WindowManager wm) Starting point of the wizard