Package org.openxava.annotations
Annotation Type Editors
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface Editors
A group of@
associated to the same member.Editor
Applies to properties, references and collections.
It allows to define a value different for
@
in each view.Editor
Example:@Editors({ @Editor(forViews="DEFAULT", value= ... ), @Editor(forViews="Simple, VerySimple", value= ... ), @Editor(forViews="Complete", value= ... ) })
Since 6.1 @Editor is repeatable, so you don't need to use @Editors any more.- Author:
- Javier Paniza
-
-
Element Detail
-
value
Editor[] value
-
-