org.openxava.annotations
Annotation Type Trees


public @interface Trees

A group of @Tree associated to the same collection.

Applies to collections.

It allows to define a value different for @Tree in each view.
Example:

  @Trees({
    @Tree(forViews="DEFAULT", value= ... ),
    @Tree(forViews="Simple, VerySimple", value= ... ),
    @Tree(forViews="Complete", value= ... )
  })
 

Author:
Federico Alcántara

Required Element Summary
 Tree[] value
           
 

Element Detail

value

public abstract Tree[] value