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

Required Element Summary
 ListProperties[] value
           
 

Element Detail

value

public abstract ListProperties[] value