Package org.openxava.annotations
Annotation Interface RowStyles
A group of
Since 6.1 @RowStyle is repeatable, so you don't need to use @RowStyles any more.
@RowStyle associated to the same collection.
It allows to define a value different for @ in each view.RowStyle
Example:
@RowStyles({
@RowStyle(forViews="Specials", style="highlight", property="type", value="special"),
@RowStyle(forViews="Complete", style="highlight", property="type", value="steady")
})
It does not work for @ElementCollection.Since 6.1 @RowStyle is repeatable, so you don't need to use @RowStyles any more.
- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
RowStyle[] value
-