Class TemplateFilterExecTransform

    • Field Detail

      • imageFilter

        protected FormalParameter imageFilter
        Image that represents a Filter object.
        Allowed Values: image file name under image folder.
      • imageTemplate

        protected FormalParameter imageTemplate
        Image that represents a Template object.
        Allowed Values: image file name under image folder.
      • imageRemove

        protected FormalParameter imageRemove
        Image to remove a filter or template object.
        Allowed Values: image file name under image folder.
    • Constructor Detail

      • TemplateFilterExecTransform

        public TemplateFilterExecTransform()
        Default empty constructor. Initialize formal parameters.
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the textual description of the transform
        Specified by:
        getDescription in interface Transform
        Returns:
        the description of the transform
      • initializeTransform

        public void initializeTransform​(Transformable data)
        Description copied from class: AbstractAppTransform

        This method initialize the private and protected fields of the transform, such as width and height. It also invokes the initializeWebComponent, initializeImages and initializeCss methods.

        This method is automatically called from the transform method. Transforms which would like to invoke other methods in this instance directly (for example, to invoke some render methods), need first to call this method to guarantee that the Transform is ready to generate output.
        Specified by:
        initializeTransform in interface AppTransform
        Overrides:
        initializeTransform in class AbstractAppTransform
        Parameters:
        data - the bean to transform.
      • renderReportInfo

        public void renderReportInfo​(MarkupOutput out)
        Render the selected report information
        Since:
        MicroStrategy Web 8.0.0
      • renderLabelTitle

        public void renderLabelTitle​(MarkupOutput out)
        Render a label that will serve as a header or title for the component information rendered by this transform
        Parameters:
        out - MarkupOutput instance where to save the HTML this method generates
        Since:
        MicroStrategy Web 8.0.1
      • renderFilterInfo

        public void renderFilterInfo​(MarkupOutput out)
        Render the selected folder information
        Since:
        MicroStrategy Web 8.0.0
      • renderTemplateInfo

        public void renderTemplateInfo​(MarkupOutput out)
        Render the selected template information
        Since:
        MicroStrategy Web 8.0.0