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