Interface ReportDataTransform

    • Method Detail

      • renderContent

        void renderContent​(MarkupOutput out,
                           ReportBean rb)
        Deprecated.
        Render content of the transform. It's only used when the report bean is in Successful status.
        We divide the whole content into 5 areas: TOP/LEFT/CENTER/RIGHT/BOTTOM.
        +-------------------------------+
        | TOP |
        +-------------------------------+
        | | | |
        | LEFT | |RIGHT |
        | | CENTER | |
        | | | |
        | | | |
        +-------------------------------+
        | BOTTOM |
        +-------------------------------+
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderTop

        void renderTop​(MarkupOutput out,
                       ReportBean rb)
        Deprecated.
        Render top area of the transform.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderBottom

        void renderBottom​(MarkupOutput out,
                          ReportBean rb)
        Deprecated.
        Render bottom area of the transform.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderLeft

        void renderLeft​(MarkupOutput out,
                        ReportBean rb)
        Deprecated.
        Render left area of the transform.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderRight

        void renderRight​(MarkupOutput out,
                         ReportBean rb)
        Deprecated.
        Render right area of the transform.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderCenter

        void renderCenter​(MarkupOutput out,
                          ReportBean rb)
        Deprecated.
        Render center area of the transform.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderEmptyCase

        void renderEmptyCase​(MarkupOutput out,
                             ReportBean rb)
        Deprecated.
        Render when the report grid/graph is empty.
        Usually some information message is displayed.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderLayout

        void renderLayout​(MarkupOutput out,
                          ReportBean rb)
        Deprecated.
        Render the layout for the report grid.
        The CENTER area of the transform has layout on top and data on bottom.
        Parameters:
        out - output by this transform
        rb - this report bean
      • renderData

        void renderData​(MarkupOutput out,
                        ReportBean rb)
        Deprecated.
        Render the report data area.
        The CENTER area of the transform has layout on top and data on bottom.
        Parameters:
        out - output by this transform
        rb - this report bean
      • getTransformContext

        java.util.HashMap getTransformContext()
        Deprecated.
        get the context object associated with the transform.
        Returns:
        the transform context object