| Annotation Type | Description |
|---|---|
| EnableSideBar |
Add this annotation to your application configuration to enable the
SideBar
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
SideBar 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
SideBar 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. |
Copyright © 2015. All rights reserved.