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