Package org.openxava.annotations
Annotation Type SimpleLists
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface SimpleListsA group of@associated to the same member.SimpleListApplies to collections.
It allows to define a different value for
@in each view.SimpleList
Example:@SimpleLists({ @SimpleList(forViews="DEFAULT"), @SimpleList(forViews="Simple, VerySimple"), @SimpleList(forViews="Complete") })- Version:
- 7.4
- Author:
- Javier Paniza
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SimpleList[]value
-
-
-
Element Detail
-
value
SimpleList[] value
-
-