Package org.openxava.annotations
Annotation Type SearchActions
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface SearchActions
A group of@
associated to the same reference.SearchAction
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 Modifier and Type Required Element Description SearchAction[]
value
-
-
-
Element Detail
-
value
SearchAction[] value
-
-