Actions
Bug #4101
closedReport Designer - Create a manager class for the Static Report Items
Start date:
05/21/2009
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
4101
Description
Currently there is a small list of static report items that we are using in the reporting module, so these items are added directly to the GUI in the ItemsOfInterest class. I think it would be better and would support future development if we created a 'static report item manager' class that provides the ItemsOfInterest with a list (or map, etc) of the static items that are available.
Updated by debi staggs over 15 years ago
The manager class has been added, though it is likely to need to need additional enhancements. The SWING components for the static items are no longer being added directly to the GUI, and this class is now responsible for instantiating the StaticReportItems instead.
Actions