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