Uses of Class
com.vaadin.flow.component.sidenav.SideNavItem
Packages that use SideNavItem
-
Uses of SideNavItem in com.vaadin.flow.component.sidenav
Methods in com.vaadin.flow.component.sidenav that return types with arguments of type SideNavItemModifier and TypeMethodDescriptiondefault List<SideNavItem> HasSideNavItems.getItems()Gets the items added to this navigation item (the children of this component that are instances ofSideNavItem).Methods in com.vaadin.flow.component.sidenav with parameters of type SideNavItemModifier and TypeMethodDescriptiondefault voidHasSideNavItems.addItem(SideNavItem... items) Adds navigation menu item(s) to the menu.default voidHasSideNavItems.addItemAsFirst(SideNavItem item) Adds the given navigation item as the first child of this navigation item.default voidHasSideNavItems.addItemAtIndex(int index, SideNavItem item) Adds the given item as child of this navigation item at the specific index.default voidHasSideNavItems.remove(SideNavItem... items) Removes the menu item(s) from the menu.