Package org.openxava.annotations
Annotation Type SearchListTabs
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface SearchListTabs
A group of@
associated to the same reference or collection.SearchListTab
Applies to references and collections.
It allows to define a value different for
@
in each view.SearchListTab
Example:@SearchListTabs({ @SearchListTab(forViews="DEFAULT", value= ... ), @SearchListTab(forViews="Simple, VerySimple", value= ... ), @SearchListTab(forViews="Complete", value= ... ) })
- Since:
- 7.4
- Author:
- Chungyen Tsai
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SearchListTab[]
value
-
-
-
Element Detail
-
value
SearchListTab[] value
-
-