Uses of Class
coop.intergal.ui.components.navigation.drawer.NaviItem
-
Packages that use NaviItem Package Description coop.intergal.ui.components.navigation.drawer -
-
Uses of NaviItem in coop.intergal.ui.components.navigation.drawer
Methods in coop.intergal.ui.components.navigation.drawer that return NaviItem Modifier and Type Method Description NaviItemNaviMenu. addNaviItem(com.vaadin.flow.component.html.Image image, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget)NaviItemNaviMenu. addNaviItem(com.vaadin.flow.component.icon.VaadinIcon icon, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget)NaviItemNaviMenu. addNaviItem(com.vaadin.flow.component.icon.VaadinIcon icon, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget, String parameter)NaviItemNaviMenu. addNaviItem(com.vaadin.flow.component.icon.VaadinIcon icon, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget, Map<String,List<String>> parameters)NaviItemNaviMenu. addNaviItem(NaviItem parent, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget)NaviItemNaviMenu. addNaviItem(NaviItem parent, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget, Map<String,List<String>> parameters)NaviItemNaviMenu. addNaviItem(String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget)Methods in coop.intergal.ui.components.navigation.drawer that return types with arguments of type NaviItem Modifier and Type Method Description List<NaviItem>NaviMenu. getNaviItems()Methods in coop.intergal.ui.components.navigation.drawer with parameters of type NaviItem Modifier and Type Method Description protected voidNaviMenu. addNaviItem(NaviItem item)protected voidNaviMenu. addNaviItem(NaviItem parent, NaviItem item)NaviItemNaviMenu. addNaviItem(NaviItem parent, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget)NaviItemNaviMenu. addNaviItem(NaviItem parent, String text, Class<? extends com.vaadin.flow.component.Component> navigationTarget, Map<String,List<String>> parameters)voidNaviItem. addSubItem(NaviItem item)
-