Annotation Interface IdMPage


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface IdMPage
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
    int
     
  • Element Details

    • label

      String label
      Returns:
      the i18n key for the label shown under the "Extensions" menu item, on the left pane
    • icon

      String icon
      Returns:
      the icon shown next to the label, under the "Extensions" menu item, on the left pane; check https://fortawesome.github.io/Font-Awesome/icons/ for more
      Default:
      "fa-circle-o"
    • listEntitlement

      String listEntitlement
      Returns:
      the entitlement required to access this extension page
    • priority

      int priority
      Returns:
      the priority used to determine the display order under the "Extensions" menu item, on the left pane; the higher value, the higher rank
      Default:
      0