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