Annotation Type Action


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface Action
Created by miguel on 18/1/17.
  • Element Details

    • value

      String value
      Default:
      ""
    • icon

      String icon
      Default:
      ""
    • confirmationMessage

      String confirmationMessage
      Default:
      ""
    • order

      int order
      Default:
      1000
    • attachToField

      String attachToField
      Default:
      ""
    • style

      String style
      Default:
      ""
    • section

      String section
      Default:
      ""
    • group

      String group
      Default:
      ""
    • saveBefore

      boolean saveBefore
      Default:
      false
    • saveAfter

      boolean saveAfter
      Default:
      false
    • refreshOnBack

      boolean refreshOnBack
      Default:
      false
    • validateBefore

      boolean validateBefore
      Default:
      true
    • isGroup

      boolean isGroup
      Default:
      false