Package org.openxava.annotations
Annotation Type LargeDisplays
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface LargeDisplays
A group of@
associated to the same member.LargeDisplay
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 Modifier and Type Required Element Description LargeDisplay[]
value
-
-
-
Element Detail
-
value
LargeDisplay[] value
-
-