org.openxava.annotations
Annotation Type SaveActions
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface SaveActions
A group of @SaveAction associated to the same collection.
Applies to collections.
It allows to define a value different for @SaveAction
in each view.
Example:
@SaveActions({
@SaveAction(forViews="DEFAULT", value= ... ),
@SaveAction(forViews="Simple, VerySimple", value= ... ),
@SaveAction(forViews="Complete", value= ... )
})
- Author:
- Javier Paniza
value
public abstract SaveAction[] value