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