Class AbstractReportGridExportTransform

    • Constructor Detail

      • AbstractReportGridExportTransform

        public AbstractReportGridExportTransform()
    • Method Detail

      • updateDynamicScriptFileInformation

        protected void updateDynamicScriptFileInformation()
        Overwrites the parent's definition by not including any dynamic script file information into the transform's output. Print, HTML and Excel export don't need it.
        Overrides:
        updateDynamicScriptFileInformation in class ReportGridTransformImpl
      • getLockHeaderTag

        protected Tag getLockHeaderTag()
        Overwrites the parent's definition by not generating any tag for the lock header information. Print, HTML and Excel export don't need it.
        Overrides:
        getLockHeaderTag in class ReportGridTransformImpl
        Returns:
        null instance since it does not apply for export transforms.
      • renderLockHeadersInfo

        protected void renderLockHeadersInfo​(MarkupOutput out)
        Overwrites the parent's definition by not adding any extra lock headers information into the transform. Print, HTML and Excel export don't support this feature
        Overrides:
        renderLockHeadersInfo in class ReportGridTransformImpl
        Parameters:
        out - MarkupOutput initialized instance
      • getAttributesBoneDiv

        protected java.util.Map getAttributesBoneDiv()
        Overwrites the parent's definition by not generating any special attributes to be added to the bone div tag of this transform's output - Print, HTML and Excel export don't need them.
        Overrides:
        getAttributesBoneDiv in class ReportGridTransformImpl
        Returns:
        Map initialized (empty) instance