Annotation Interface SearchListTabs


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface SearchListTabs
A group of @SearchListTab associated to the same reference or collection.

Applies to references and collections.

It allows to define a value different for @SearchListTab in each view.
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