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