@Target(value=TYPE) @Retention(value=RUNTIME) public @interface SideBarSection
SideBar section that can contain items.
It has to be placed on a Spring-managed bean in order to get detected, but the bean can be an empty singleton without methods.SideBar,
SideBarItem,
SideBarSections| Modifier and Type | Required Element and Description |
|---|---|
String |
id
The ID of the side bar section.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
caption
The caption of this section.
|
String |
captionCode
The code to pass to the
I18N instance to get the section caption. |
int |
order
The order of this section within the side bar.
|
Class<? extends UI>[] |
ui
The
UI subclasses that this section is available for. |
public abstract String id
public abstract String caption
public abstract String captionCode
I18N instance to get the section caption.
If this is an empty string, caption() is used instead.I18N.get(String, Object...)Copyright © 2015. All rights reserved.