Package org.openxava.annotations
Annotation Interface SearchListConditions
A group of
@SearchListCondition associated to the same reference or collection. Applies to references and @OneToMany/@ManyToMany collections.
It allows to define a value different for @
in each view.SearchListCondition
Example:
@SearchListConditions({
@SearchListCondition(forViews="DEFAULT", value= ... ),
@SearchListCondition(forViews="Simple, VerySimple", value= ... ),
@SearchListCondition(forViews="Complete", value= ... )
})
Since 6.1 @SearchListCondition is repeatable, so you don't need to use @SearchListConditions any more.- Author:
- Federico Alcantara
-
Required Element Summary
Required Elements
-
Element Details
-
value
SearchListCondition[] value
-