Class TabDocumentExportTransform

    • Field Detail

      • PROPERTYSET_RWDOCUMENT_PROPERTIES

        public static final java.lang.String PROPERTYSET_RWDOCUMENT_PROPERTIES
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_DEFAULT_PAGEBY_EXPORT_MODE

        public static final java.lang.String PROPERTY_DEFAULT_PAGEBY_EXPORT_MODE
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTY_PROMPT_USER_FOR_PAGEBY_EXPORT

        public static final java.lang.String PROPERTY_PROMPT_USER_FOR_PAGEBY_EXPORT
        Deprecated.
        See Also:
        Constant Field Values
      • PROPERTYSET_NAME_FORMATTING_PAGE

        public static final java.lang.String PROPERTYSET_NAME_FORMATTING_PAGE
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_NAME_INCLUDE_BOOKMARKS

        public static final java.lang.String PROPERTY_NAME_INCLUDE_BOOKMARKS
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_NAME_SHOW_BOOKMARKS

        public static final java.lang.String PROPERTY_NAME_SHOW_BOOKMARKS
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_NAME_EMBED_FONTS

        public static final java.lang.String PROPERTY_NAME_EMBED_FONTS
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_NAME_EMBED_IMAGES

        public static final java.lang.String PROPERTY_NAME_EMBED_IMAGES
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_USE_BITMAPS_GRAPH

        public static final java.lang.String PROPERTY_USE_BITMAPS_GRAPH
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
      • PROPERTY_USE_DRAFT_QUALITY_GRAPH

        public static final java.lang.String PROPERTY_USE_DRAFT_QUALITY_GRAPH
        Deprecated.
        Since:
        MicroStrategy Web 9.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • TabDocumentExportTransform

        public TabDocumentExportTransform()
        Deprecated.
    • Method Detail

      • renderContentsBody

        public void renderContentsBody​(MarkupOutput out)
        Deprecated.

        This is the entry point for the Tranform, and generates the body of the Tab.

        If a layout-xml is specified, this method will delegate the output generation to the Layout parser, otherwise it calls renderGeneralSection(), renderExportSection().

        Specified by:
        renderContentsBody in class AbstractTabTransform
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
      • renderExportSection

        public void renderExportSection​(MarkupOutput out)
        Deprecated.
        Generates the HTML output for the export section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        Since:
        MicroStrategy Web 9.0.0
      • renderPDFSection

        public void renderPDFSection​(MarkupOutput out)
        Deprecated.
        Generates the HTML output for the pdf section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        Since:
        MicroStrategy Web 9.0.0
      • renderExcelSection

        public void renderExcelSection​(MarkupOutput out)
        Deprecated.
        Generates the HTML output for the excel section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        Since:
        MicroStrategy Web 9.0.0
      • renderGraphFormatSection

        public void renderGraphFormatSection​(MarkupOutput out)
        Deprecated.
        Generates the HTML output for the graph part of the pdf section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        Since:
        MicroStrategy Web 9.0.0
      • getSupportedBeanType

        public java.lang.Class getSupportedBeanType()
        Deprecated.
        Returns the supported bean type. This transform supports any of the TabBean instances
        Specified by:
        getSupportedBeanType in interface Transform
        Overrides:
        getSupportedBeanType in class AbstractTabTransform
        Returns:
        the class of the bean supported by this transform.
        Since:
        MicroStrategy Web 9.0.0
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Returns the textual description of the transform
        Specified by:
        getDescription in interface Transform
        Overrides:
        getDescription in class AbstractTabTransform
        Returns:
        the description of the transform
        Since:
        MicroStrategy Web 9.0.0
      • initializeCss

        public void initializeCss()
        Deprecated.
        Initializes the Css Classes to use. For each one of the css classes to use, the prefix indicated on the formal parameter is added to the name of the class to use.
        Overrides:
        initializeCss in class AbstractTabTransform
      • initializeJavaScriptAttributes

        public void initializeJavaScriptAttributes()
        Deprecated.
        For JavaScript, certain properties are required to be added to the HTML tags to generate for its integration with the code generated for the feature to work in DHTML environments. This method assigns values to these attributes, so they can be displayed together with the tags they represent. If a value is set to be null, it won't be included on the HTML tag definition. By default, it includes the definition of values for properties such as styFrame, tyFrame and scriptClassFrame.
        Overrides:
        initializeJavaScriptAttributes in class AbstractTabTransform
      • renderExportSection

        public static void renderExportSection​(MarkupOutput out,
                                               TabBean layoutBean,
                                               AbstractTabTransform t,
                                               RWBean rwb,
                                               java.lang.String cssPrefix,
                                               java.lang.String _tabId)
        Deprecated.
        Generates the HTML output for the export section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        layoutBean - TabBean being transformed
        t - AbstractTabTransform to be used for rendering html.
        rwb - RWBean to use for getting property values.
        cssPrefix - String the css prefix
        Since:
        MicroStrategy Web 9.0.0
      • renderPDFSection

        public static void renderPDFSection​(MarkupOutput out,
                                            AbstractTabTransform t,
                                            java.lang.String cssPrefix,
                                            java.lang.String includeBookmarks,
                                            java.lang.String showBookmarks,
                                            java.lang.String embedFonts,
                                            java.lang.String tabId)
        Deprecated.
        Generates the HTML output for the pdf section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        t - AbstractTabTransform to be used for rendering html.
        cssPrefix - String the css prefix
        includeBookmarks - String the value of the PROPERTY_NAME_INCLUDE_BOOKMARKS property.
        showBookmarks - String the value of the PROPERTY_NAME_SHOW_BOOKMARKS property.
        embedFonts - String the value of the PROPERTY_NAME_EMBED_FONTS property.
        tabId - String the name to be used for acessing the client-side bone.
        Since:
        MicroStrategy Web 9.0.0
      • renderGraphFormatSection

        public static void renderGraphFormatSection​(MarkupOutput out,
                                                    AbstractTabTransform t,
                                                    java.lang.String cssPrefix,
                                                    java.lang.String beanName,
                                                    java.lang.String useBitmapsGraph,
                                                    java.lang.String useDraftQualityGraph)
        Deprecated.
        Generates the HTML output for the graph part of the pdf section on this tab instance.
        Parameters:
        out - MarkupOutput instance where the HTML contents to render will be saved.
        t - AbstractTabTransform to be used for rendering html.
        cssPrefix - String the css prefix
        beanName - String the name to be used for acessing the client-side bone.
        useBitmapsGraph - String the value of the PROPERTY_USE_BITMAPS_GRAPH property.
        useDraftQualityGraph - String the value of the PROPERTY_USE_DRAFT_QUALITY_GRAPH property.
        Since:
        MicroStrategy Web 9.0.0