public interface Reporting
Aspect providing means to show data in a public report within a client.
Since:
5.2.5
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Aspect providing means to show data in a public report within a client.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Image<?>
    getReportIcon(boolean active)
    Returns an image to be shown as icon for the report functionality.
  • Field Details

  • Method Details

    • getReportIcon

      @Nullable @Nullable Image<?> getReportIcon(boolean active)
      Returns an image to be shown as icon for the report functionality. The icon will be requested with a flag denoting whether it is to represent an inactive or active state.
      Parameters:
      active - The requested state of the icon.
      Returns:
      The icon or null, if this plug-in does not provide an icon.
      Since:
      5.2.5
      See Also: