Package org.openxava.annotations
Annotation Type Charts
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Charts
A group of@
associated to the same member.Chart
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
-
-
Element Detail
-
value
Chart[] value
-
-