Package org.openxava.annotations
Annotation Interface NewViews
A group of
@NewView associated to the same reference. Applies to references.
It allows to define a value different for @
in each view.NewView
Example:
@NewViews({
@NewView(forViews="DEFAULT", value= ... ),
@NewView(forViews="Simple, VerySimple", value= ... ),
@NewView(forViews="Complete", value= ... )
})
- Since:
- 7.7
- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
NewView[] value
-