Package org.openxava.annotations
Annotation Interface Charts
A group of
@Chart associated to the same member. Applies to collections.
It allows to define a value different for @ in each view.Chart
Example:
@Charts({
@Chart(forViews="DEFAULT", ... ),
@Chart(forViews="Simple, VerySimple", ... ),
@Chart(forViews="Complete", ... )
})
- Version:
- 7.4
- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
Chart[] value
-