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