Interface ReportGridCellMetricValue

    • Method Detail

      • init

        void init​(WebComponent wc,
                  WebRowValue rowValue,
                  java.util.HashMap cachedObjects)
        Deprecated.
        please use the interface that takes a TransformContext instance object as parameter
        This method is called to initialize the cell with the corresponding WebRowValue as the underlying SDK object.
        Parameters:
        wc - The bean being transformed.
        rowValue - The WebRowValue corresponding to this cell.
        cachedObjects - A HashMap populated by the transform and used to store information shared across multiple cells.
        Since:
        MicroStrategy Web 7.5.2
      • init

        void init​(TransformContext context,
                  WebRowValue rowValue)
        This method is called to initialize the cell with the corresponding WebRowValue as the underlying SDK object
        Parameters:
        context - TransformContext instance initialized with the grid's transform information.
        rowValue - WebRowValue instance corresponding to the cell to be displayed.
        Since:
        MicroStrategy Web 8.0.1
      • getWebRowValue

        WebRowValue getWebRowValue()
        Returns the underlying SDK object associated with this cell. It should always return null if the instance represents an empty cell.
        Returns:
        The underlying SDK object.
        Since:
        MicroStrategy Web 8.0.0
      • getWebTemplateMetric

        WebTemplateMetric getWebTemplateMetric()
        return the WebTemplateMetric object associated with this cell
        Returns:
        the WebTemplateMetric object
        Since:
        MicroStrategy Web 8.1.2