Interface Reporting
public interface Reporting
Aspect providing means to show data in a public report within a client.
- Since:
- 5.2.5
-
Field Summary
Modifier and TypeFieldDescriptionstatic final DataAccessAspectType<Reporting>
Aspect providing means to show data in a public report within a client. -
Method Summary
Modifier and TypeMethodDescription@Nullable Image<?>
getReportIcon
(boolean active) Returns an image to be shown as icon for the report functionality.
-
Field Details
-
TYPE
Aspect providing means to show data in a public report within a client.- Since:
- 5.2.5
-
-
Method Details
-
getReportIcon
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:
-