Annotation Interface ActionsScript


@Api @Retention(RUNTIME) @Target(TYPE) public @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
    Modifier and Type
    Required Element
    Description
    Path to script resource (from classpath or plugin resources) which will be injected to specific fragments.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Fragments, where action's script will be injected.
  • Element Details

    • value

      String value
      Path to script resource (from classpath or plugin resources) which will be injected to specific fragments.
    • fragments

      ActionUIFragment[] fragments
      Fragments, where action's script will be injected. Default to form.
      Default:
      {FORM, FORM_MOBILE}