Package org.openxava.annotations
Annotation Type EditActions
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface EditActionsA group of@associated to the same collection.EditActionApplies 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 Modifier and Type Required Element Description EditAction[]value
-
-
-
Element Detail
-
value
EditAction[] value
-
-