Package io.jmix.flowui.screen.navigation
Class EditorNavigationProcessor
java.lang.Object
io.jmix.flowui.screen.navigation.AbstractNavigationProcessor<EditorNavigator<?>>
io.jmix.flowui.screen.navigation.EditorNavigationProcessor
@Component("flowui_EditorNavigatorProcessor")
public class EditorNavigationProcessor
extends AbstractNavigationProcessor<EditorNavigator<?>>
-
Field Summary
Fields inherited from class io.jmix.flowui.screen.navigation.AbstractNavigationProcessor
navigationSupport, screenRegistry, screenSupport -
Constructor Summary
ConstructorsConstructorDescriptionEditorNavigationProcessor(ScreenSupport screenSupport, ScreenRegistry screenRegistry, ScreenNavigationSupport navigationSupport) -
Method Summary
Modifier and TypeMethodDescriptionprotected com.vaadin.flow.router.RouteParametersgenerateEditEntityRouteParameters(EditorNavigator<?> navigator) protected com.vaadin.flow.router.RouteParametersgenerateNewEntityRouteParameters(EditorNavigator<?> navigator) protected com.vaadin.flow.router.RouteParametersgenerateRouteParameters(EditorNavigator<?> navigator, String entityId) protected com.vaadin.flow.router.RouteParametersgetRouteParameters(EditorNavigator<?> navigator) inferScreenClass(EditorNavigator<?> navigator) Methods inherited from class io.jmix.flowui.screen.navigation.AbstractNavigationProcessor
getQueryParameters, getScreenClass, processNavigation
-
Constructor Details
-
Method Details