Class ObjectReportPathTransform

    • Constructor Detail

      • ObjectReportPathTransform

        public ObjectReportPathTransform()
        Deprecated.
        Default constructor, initialize formal parameters.
    • Method Detail

      • renderCurrentItem

        public void renderCurrentItem​(MarkupOutput out)
        Deprecated.
        Renders the title of the report.
        If parent bean for given object bean happens to be an instance of a ReportFrameBean and current report is in design mode, then a simple link will be rendered with following format: 'Design Mode:' + object name.
        If current object bean is an instance of a Report Bean then this function will render a simple link with with following format if there's an archived message: '(Archive)' + object name
        Finally, if none of this cases applied, then this function will use parent function for rendering this title accordingly.
        Overrides:
        renderCurrentItem in class ObjectPathTransform
        Parameters:
        out - where to write output.