@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SideBarItem
SideBar item that a user can click on.
It can be placed on two types of beans:
Please note that the annotated class must be a Spring-managed bean - only adding this annotation is not enough.SideBar,
SideBarSection,
FontAwesomeIcon,
ThemeIcon,
LocalizedThemeIconpublic abstract String sectionId
SideBarSection.id()public abstract String caption
captionCode()public abstract String captionCode
I18N instance to get the item caption.
If this is an empty string, caption() is used instead.I18N.get(String, Object...)Copyright © 2015. All rights reserved.