Uses of Class
org.vaadin.firitin.appframework.NavigationItem
-
Packages that use NavigationItem Package Description org.vaadin.firitin.appframework -
-
Uses of NavigationItem in org.vaadin.firitin.appframework
Methods in org.vaadin.firitin.appframework that return types with arguments of type NavigationItem Modifier and Type Method Description List<NavigationItem>MainLayout. getNavigationItems()Methods in org.vaadin.firitin.appframework with parameters of type NavigationItem Modifier and Type Method Description protected booleanMainLayout. checkAccess(NavigationItem navigationItem)Application that has access control can limit the appearance of the navigation item in the menu by returning false here.
-