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