Package org.openxava.annotations
Annotation Interface DescriptionsLists
A group of
@DescriptionsList associated to the same member. Applies to references.
It allows to define a value different for @ in each view.DescriptionsList
Example:
@DescriptionsLists({
@DescriptionsList(forViews="DEFAULT", ... ),
@DescriptionsList(forViews="Simple, VerySimple", ... ),
@DescriptionsList(forViews="Complete", ... )
})
Since 6.1 @DescriptionsLists is repeatable, so you don't need to use @DescriptionsList any more.- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
DescriptionsList[] value
-