Class TabbedModeViewNavigators
java.lang.Object
io.jmix.flowui.ViewNavigators
io.jmix.tabbedmode.builder.navigation.TabbedModeViewNavigators
@Primary
@Component("tabmod_TabbedViewNavigators")
public class TabbedModeViewNavigators
extends ViewNavigators
-
Field Summary
Fields inherited from class io.jmix.flowui.ViewNavigators
detailViewNavigationProcessor, listViewNavigationProcessor, viewNavigationProcessor
-
Constructor Summary
ConstructorsConstructorDescriptionTabbedModeViewNavigators
(DetailViewNavigationProcessor detailViewNavigationProcessor, ListViewNavigationProcessor listViewNavigationProcessor, ViewNavigationProcessor viewNavigationProcessor) -
Method Summary
Modifier and TypeMethodDescription<E> DetailViewNavigator<E>
detailView
(EntityPickerComponent<E> picker) Creates a detail view navigator to edit an entity selected in the picker component.<E> DetailViewNavigator<E>
detailView
(ListDataComponent<E> listDataComponent) Creates a detail view navigator to edit an entity selected in the list component.Methods inherited from class io.jmix.flowui.ViewNavigators
detailView, detailView, getBeanType, getBeanType, listView, listView, view, view, view, view
-
Constructor Details
-
Method Details
-
detailView
Description copied from class:ViewNavigators
Creates a detail view navigator to edit an entity selected in the list component.- Overrides:
detailView
in classViewNavigators
- Parameters:
listDataComponent
- the component which provides a selected entity to edit- See Also:
-
detailView
Description copied from class:ViewNavigators
Creates a detail view navigator to edit an entity selected in the picker component.- Overrides:
detailView
in classViewNavigators
- Parameters:
picker
- the component which provides an entity to edit- See Also:
-