Package org.openxava.annotations
Annotation Type RemoveActions
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface RemoveActions
A group of@
associated to the same collection.RemoveAction
Applies to @OneToMany/@ManyToMany collections.
It allows to define a value different for
@
in each view.RemoveAction
Example:@RemoveActions({ @RemoveAction(forViews="DEFAULT", value= ... ), @RemoveAction(forViews="Simple, VerySimple", value= ... ), @RemoveAction(forViews="Complete", value= ... ) })
Since 6.1 @RemoveAction is repeatable, so you don't need to use @RemoveActions any more.- Author:
- Javier Paniza
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description RemoveAction[]
value
-
-
-
Element Detail
-
value
RemoveAction[] value
-
-