Annotation Interface SearchListTabs
×News: OpenXava 7.7 released - March 9 · Read more
A group of
@SearchListTab associated to the same reference or collection. 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
-
Element Details
-
value
SearchListTab[] value
-