Interface defining a factory for creating components that correspond to sections in a side bar. In practice, a section is a tab of a {@link org.vaadin.spring.stuff.sidebar.SideBar}.
If you want to use your own factory, make a Spring managed bean that implements this interface. It will automatically be used by the {@link org.vaadin.spring.stuff.sidebar.SideBar}.
@see SideBar#addTab(com.vaadin.ui.Component)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.