Package org.openxava.annotations
Annotation Interface Editors
A group of
@Editor associated to the same member. 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
-
Required Element Summary
Required Elements
-
Element Details
-
value
Editor[] value
-