| Package | Description |
|---|---|
| org.vaadin.spring.sidebar.components |
| Modifier and Type | Class and Description |
|---|---|
class |
AccordionSideBar.DefaultSectionComponentFactory
Default implementation of
AbstractSideBar.SectionComponentFactory that creates
a Panel with a VerticalLayout that contains the items. |
class |
ValoSideBar.DefaultSectionComponentFactory
Default implementation of
ValoSideBar.SectionComponentFactory that adds the section header
and items directly to the composition root. |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractSideBar.SectionComponentFactory<CssLayout> |
ValoSideBar.createDefaultSectionComponentFactory() |
protected AbstractSideBar.SectionComponentFactory<Accordion> |
AccordionSideBar.createDefaultSectionComponentFactory() |
protected abstract AbstractSideBar.SectionComponentFactory<CR> |
AbstractSideBar.createDefaultSectionComponentFactory()
Creates the default
AbstractSideBar.SectionComponentFactory to use. |
protected AbstractSideBar.SectionComponentFactory<CR> |
AbstractSideBar.getSectionComponentFactory()
Returns the current
AbstractSideBar.SectionComponentFactory. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSideBar.setSectionComponentFactory(AbstractSideBar.SectionComponentFactory<CR> sectionComponentFactory)
Sets the
AbstractSideBar.SectionComponentFactory to use. |
Copyright © 2016. All rights reserved.