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