| Annotation Type | Description |
|---|---|
| EnableSideBar |
Add this annotation to your application configuration to enable the
AccordionSideBar
component. |
| FontAwesomeIcon |
This annotation is placed next to
SideBarItem, instructing the side bar
to use a FontAwesome icon for the item. |
| LocalizedThemeIcon |
This annotation is placed next to
SideBarItem, instructing the side bar
to use a ThemeResource icon for the item, but to look up the actual
resource ID from an I18N. |
| SideBarItem |
This annotation is used to declare a
AccordionSideBar item that a user can click on. |
| SideBarItemIcon |
Meta annotation designed to be placed on icon annotations that are used to specify an icon of a
SideBarItem. |
| SideBarSection |
This annotation is used to declare a
AccordionSideBar section that can contain items. |
| SideBarSections |
This annotation is used to declare multiple
SideBarSections on the same
bean. |
| ThemeIcon |
This annotation is placed next to
SideBarItem, instructing the side bar
to use a ThemeResource icon for the item. |
| VaadinFontIcon |
This annotation is placed next to
SideBarItem, instructing the side bar
to use a Vaadin Font Icon for the item. |
Copyright © 2017. All rights reserved.