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