Uses of Interface
com.vaadin.flow.internal.DevModeHandler
Packages that use DevModeHandler
-
Uses of DevModeHandler in com.vaadin.flow.internal
Methods in com.vaadin.flow.internal that return DevModeHandlerModifier and TypeMethodDescriptionDevModeHandlerManager.getDevModeHandler()Returns aDevModeHandlerinstance for the givenservice.Methods in com.vaadin.flow.internal that return types with arguments of type DevModeHandlerModifier and TypeMethodDescriptionstatic Optional<DevModeHandler> DevModeHandlerManager.getDevModeHandler(VaadinContext context) Gets theDevModeHandler.static Optional<DevModeHandler> DevModeHandlerManager.getDevModeHandler(VaadinService service) Gets theDevModeHandler.Methods in com.vaadin.flow.internal with parameters of type DevModeHandlerModifier and TypeMethodDescriptionvoidDevModeHandlerManager.setDevModeHandler(DevModeHandler devModeHandler) Defines the handler to use with this manager.