org.openxava.annotations
Annotation Type ListsProperties
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface ListsProperties
A group of @ListProperties associated to the same collection.
Applies to collections.
It allows to define a value different for @ListProperties in each view.
Example:
@ListsProperties({
@ListProperties(forViews="DEFAULT", value= ... ),
@ListProperties(forViews="Simple, VerySimple", value= ... ),
@ListProperties(forViews="Complete", value= ... )
})
- Author:
- Javier Paniza
value
public abstract ListProperties[] value