public static interface AbstractSideBar.ItemComponentFactory
SideBarItemDescriptor.itemInvoked(com.vaadin.ui.UI)
must be called.| Modifier and Type | Method and Description |
|---|---|
Component |
createItemComponent(SideBarItemDescriptor descriptor)
Creates a component to be added to a side bar section by a
AccordionSideBar.SectionComponentFactory. |
Component createItemComponent(SideBarItemDescriptor descriptor)
AccordionSideBar.SectionComponentFactory.
Remember to call SideBarItemDescriptor.itemInvoked(com.vaadin.ui.UI) when the item
is clicked by the user.descriptor - the descriptor of the side bar item, must not be null.null.Copyright © 2017. All rights reserved.