Strategy ONE
ReportDesignModeTransformImpl
These are some of the methods available for the ReportDesignModeTransformImpl class:
- 
                                                    public void initializeImages()— initializes the images to be used by this transform. 
- 
                                                    public void initializeCss()— initializes the CSS classes to be used by this transform. 
- 
                                                    public void initializeProperties()— initializes properties based on formal parameters, status of beans, features, and so on. 
- 
                                                    public void renderTop(MarkupOutput out, ReportBean rb)— renders top area of the transform. 
- 
                                                    public void renderData(MarkupOutput out, ReportBean rb)— renders the data area for the report. 
- 
                                                    public void renderOutlineModeLevels(MarkupOutput out, ReportBean rb)— renders the outline mode levels for the report. 
- 
                                                    public void renderEmptyCase(MarkupOutput out, ReportBean rb)— renders when the report grid or graph is empty. 
- 
                                                    public void renderLayout(MarkupOutput out, ReportBean rb)— renders the layout for the report grid. 
- 
                                                    public void renderRowAxis(MarkupOutput out, ReportBean rb, WebAxis rowAxis)— renders row axis for the report grid. 
