Class RWFrameGenericTransform

    • Field Detail

      • rwStyle

        protected FormalParameter rwStyle
        This is the name of the style to use when rendering the rw bean.
        Allowed Values: any document style name from StyelCatalog.xml file.
      • rwSWFStyle

        protected FormalParameter rwSWFStyle
        Since:
        MicroStrategy Web 8.1.0
      • rwAnalysisSWFStyle

        protected FormalParameter rwAnalysisSWFStyle
        Since:
        MicroStrategy Web 9.0.3
    • Constructor Detail

      • RWFrameGenericTransform

        public RWFrameGenericTransform()
    • Method Detail

      • renderDocumentData

        public void renderDocumentData​(MarkupOutput out)
        render the report data area.
        Out of box, it renders the message before the data and the report data - grid, graph or grid&graph.
        Parameters:
        out - output by the transform
      • getDocumentStyleName

        protected java.lang.String getDocumentStyleName()
        This method returns the name of a style from the style-catalog used to render the ReportBean. The name is calculated based on the view mode, visualization settings and formal parameters. To programatically calculate a different style you may override this method.
      • isInVisualizationMode

        public boolean isInVisualizationMode​(RWBean rwb)
        Whether the document is in visualization mode
        Parameters:
        rwb - the RW Bean
        Returns:
        Whether the document is in visualization mode