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