Uses of Interface
org.vaadin.firitin.appframework.NavigationItem
Packages that use NavigationItem
-
Uses of NavigationItem in org.vaadin.firitin.appframework
Classes in org.vaadin.firitin.appframework that implement NavigationItemModifier and TypeClassDescriptionclassA component to represent a main view in the navigation menuclassMethods in org.vaadin.firitin.appframework that return NavigationItemModifier and TypeMethodDescriptionBasicNavigationItem.getParentItem()NavigationItem.getParentItem()SubMenu.getParentItem()Methods in org.vaadin.firitin.appframework that return types with arguments of type NavigationItemModifier and TypeMethodDescriptionprotected List<NavigationItem> MainLayout.getChildItems(NavigationItem parent) The child navigation items of the given (parent/group) item, in menu order.MainLayout.getNavigationItems()Methods in org.vaadin.firitin.appframework with parameters of type NavigationItemModifier and TypeMethodDescriptionvoidAdvancedSideNav.addNavigationItem(NavigationItem item) Deprecated.voidBasicNavigationItem.addSubItem(NavigationItem item) voidNavigationItem.addSubItem(NavigationItem item) voidSubMenu.addSubItem(NavigationItem item) protected booleanMainLayout.checkAccess(NavigationItem navigationItem) Application that has e.g. role based access control can limit the appearance of the navigation item in the menu by returning false here.protected List<NavigationItem> MainLayout.getChildItems(NavigationItem parent) The child navigation items of the given (parent/group) item, in menu order.voidBasicNavigationItem.setParentItem(NavigationItem parent) voidNavigationItem.setParentItem(NavigationItem basicNavigationItem) voidSubMenu.setParentItem(NavigationItem parent) Method parameters in org.vaadin.firitin.appframework with type arguments of type NavigationItemModifier and TypeMethodDescriptionprotected voidMainLayout.onMenuBuilt(List<NavigationItem> topLevelItems) Called at the end ofMainLayout.buildMenu()with the visible, access-filtered and ordered top-level navigation items (the same ones just rendered into the drawerSideNav).protected voidMobileMainLayout.onMenuBuilt(List<NavigationItem> topLevelItems) Deprecated.(Re)builds the bottom navigation bar from the visible top-level items whenever the menu changes, mirroring the drawer the base class just built.protected voidMainLayout.sortMenuItems(List<NavigationItem> navigationItems)