Interface NavRenderContext
public interface NavRenderContext
Everything a
NavRenderer needs to build or update its content for the current
nav state.-
Method Summary
Modifier and TypeMethodDescriptionThe path of the currently active navigation, with any leading/stripped.The current nav grouping strategy; callNavGrouper.nodeFor(MenuEntry)for each entry fromcom.vaadin.flow.server.menu.MenuConfiguration#getMenuEntries().The configuredAppNavLayout.setNavPathMatcher(BiPredicate)predicate for active-item matching (defaultString::equals).slots()The full set of named locations available to render into.