Package org.openxava.annotations
Annotation Type Actions
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface ActionsA group of@associated to the same member.ActionApplies to properties and references.
It allows to define a value different for
@in each view.Action
Example:@Actions({ @Action(forViews="DEFAULT", value= ... ), @Action(forViews="Simple, VerySimple", value= ... ), @Action(forViews="Complete", value= ... ) })Since 6.1 @Action is repeatable, so you don't need to use @Actions any more.- Author:
- Javier Paniza
-
-
Element Detail
-
value
Action[] value
-
-