Package org.openxava.annotations
Annotation Interface LabelFormats
A group of
@LabelFormat associated to the same member. Applies to properties and references with descriptions list.
It allows to define a value different for @ in each view.LabelFormat
Example:
@LabelFormats({
@LabelFormat(forViews="DEFAULT", value= ... ),
@LabelFormat(forViews="Simple, VerySimple", value= ... ),
@LabelFormat(forViews="Complete", value= ... )
})
Since 6.1 @LabelFormat is repeatable, so you don't need to use @LabelFormats any more.- Author:
- Javier Paniza
-
Required Element Summary
Required Elements
-
Element Details
-
value
LabelFormat[] value
-