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