Annotation Interface ActionsScript
Annotation used on action class (class must be also marked with
Actions
annotation) will
cause injection of given script with action implementation.- Author:
- Cezary Kozar 20 sty 2016
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionFragments, where action's script will be injected.
-
Element Details
-
value
String valuePath to script resource (from classpath or plugin resources) which will be injected to specific fragments.
-
-
-
fragments
ActionUIFragment[] fragmentsFragments, where action's script will be injected. Default to form.- Default:
- {FORM, FORM_MOBILE}
-