Class DetailViewClassNavigator<E,V extends View<?>>

Type Parameters:
E - the type of the entity managed by the detail view
V - the type of the view being navigated to, which extends View
All Implemented Interfaces:
SupportsAfterViewNavigationHandler<V>
Direct Known Subclasses:
EnhancedDetailViewClassNavigator

public class DetailViewClassNavigator<E,V extends View<?>> extends DetailViewNavigator<E> implements SupportsAfterViewNavigationHandler<V>
Facilitates navigation to a detail view of a specific type with additional configuration options. This class extends DetailViewNavigator to provide the ability to specify a particular view class and handle additional navigation scenarios like executing a callback after successful navigation to a view.