org.openxava.annotations
Annotation Type RowStyles
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface RowStyles
A group of @RowStyle associated to the same collection.
It allows to define a value different for @RowStyle in each view.
Example:
@RowStyles({
@RowStyle(forViews="Specials", style="highlight", property="type", value="special"),
@RowStyle(forViews="Complete", style="highlight", property="type", value="steady")
})
- Author:
- Javier Paniza
value
public abstract RowStyle[] value