Class AppNavigation

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasElement, com.vaadin.flow.router.AfterNavigationObserver, com.vaadin.flow.router.internal.AfterNavigationHandler, Serializable

    @Tag("app-navigation")
    @JsModule("./src/components/app-navigation.js")
    public class AppNavigation
    extends com.vaadin.flow.component.polymertemplate.PolymerTemplate<com.vaadin.flow.templatemodel.TemplateModel>
    implements com.vaadin.flow.router.AfterNavigationObserver
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      AppNavigation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void afterNavigation​(com.vaadin.flow.router.AfterNavigationEvent event)  
      void init​(List<PageInfo> pages, String defaultHref, String logoutHref)  
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.PolymerTemplate

        getChildren
      • Methods inherited from class com.vaadin.flow.component.polymertemplate.AbstractTemplate

        getModel, getModelType, getModelType, getStateNode, initModel, isSupportedClass
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
    • Constructor Detail

      • AppNavigation

        public AppNavigation()
    • Method Detail

      • afterNavigation

        public void afterNavigation​(com.vaadin.flow.router.AfterNavigationEvent event)
        Specified by:
        afterNavigation in interface com.vaadin.flow.router.internal.AfterNavigationHandler