Annotation Type WidgetScope


  • @Deprecated
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface WidgetScope
    Deprecated.
    since 6.2, this extension is ignored as dashboards have been removed
    Depending on its scope, a widget can be available for project dashboards (value = "PROJECT"), global dashboards (value = "GLOBAL") or both (value = {"PROJECT", "GLOBAL"}).

    Before version 3.1 all widget had a scope "PROJECT". If a widget is not annotated with @WidgetScope, then is is assumed project scoped.

    Since:
    3.1 /**
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String GLOBAL
      Deprecated.
       
      static java.lang.String PROJECT
      Deprecated.
       
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value
      Deprecated.
       
    • Field Detail

      • PROJECT

        static final java.lang.String PROJECT
        Deprecated.
      • GLOBAL

        static final java.lang.String GLOBAL
        Deprecated.
    • Element Detail

      • value

        java.lang.String[] value
        Deprecated.
        Default:
        {"PROJECT"}