@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SearchActions
@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.
Modifier and Type | Required Element and Description |
---|---|
SearchAction[] |
value |
public abstract SearchAction[] value