Interface EnhancedViewNavigator<E>
- Type Parameters:
E
- the entity type
- All Known Implementing Classes:
EnhancedDetailViewClassNavigator
,EnhancedDetailViewNavigator
public interface EnhancedViewNavigator<E>
Represents a navigator interface with additional enhancements for managing
list data components and fields. This interface provides methods to retrieve
optional components associated with enhanced navigation functionality.
-
Method Details
-
getListDataComponent
Optional<ListDataComponent<E>> getListDataComponent() -
getField
Optional<com.vaadin.flow.component.HasValue<?,?>> getField()
-