Class ReportExportExcelFormattingTransform

    • Constructor Detail

      • ReportExportExcelFormattingTransform

        public ReportExportExcelFormattingTransform()
        Deprecated.
    • Method Detail

      • renderShell

        public void renderShell​(MarkupOutput out)
        Deprecated.
        Description copied from class: AbstractAppTransform

        Generates the shell for this Transform.

        The shell is a <div> tag that automatically surrounds the content generated by the Transform. It's used among other things by the javascript to identify the HTML associated with a bone, and by the iFrame update technology to identify a component in the page.

        The attributes to append to this <div> are obtained from the getAttributesShellDiv method; the style from the getStyleShellDiv method.
        This method calls renderCssLink and checkStatus to generate the Transform's content.
        Overrides:
        renderShell in class AbstractAppTransform
        Parameters:
        out - output by this transform
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Return description for this Transform
        Returns:
        description for this Transform