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

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

public class ListViewClassNavigator<E,V extends View<?>> extends ListViewNavigator<E> implements SupportsAfterViewNavigationHandler<V>
Facilitates navigation to a detail view of a specific type with additional configuration options. This class extends ListViewNavigator 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.