Class ReportGridDisplayCellColTitle

  • All Implemented Interfaces:
    ReportGridCell, ReportGridCellColTitle, ReportGridCellTitle, ReportGridDisplayCell, java.lang.Cloneable

    public class ReportGridDisplayCellColTitle
    extends ReportGridDisplayCellImpl
    implements ReportGridCellColTitle
    Deprecated.
    Please use the ReportGridCellColTitle interface or extend the ReportGridCellColTitleImpl class.
    This class represents a Column Title cell cell of the report grid.
    This class has been deprecated along with all the ReportGridDisplayCell classes.
    In its place, the Transform manipulates the cells through the ReportGridCell interface.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • ReportGridDisplayCellColTitle

        public ReportGridDisplayCellColTitle()
        Deprecated.
        Constructor for displaying column title in execute mode
        Since:
        MicroStrategy Web 8.0.0
      • ReportGridDisplayCellColTitle

        public ReportGridDisplayCellColTitle​(FormalParameters formalParas)
        Deprecated.
        Constructor used for creating a generic display cell.
        Parameters:
        formalParas - all the formal parameters from the report transform. Used to control some output generation. For example, the cssPrefix is needed for the empty cells in design mode.
      • ReportGridDisplayCellColTitle

        public ReportGridDisplayCellColTitle​(ReportBean rb,
                                             WebTemplateUnit unit,
                                             java.util.HashMap cachedObjects)
        Deprecated.
        Constructor used for template editor in design mode. As single action doesn't apply the changes to I-server until "Execute"/"Sava as" button is done, ReportGrid is not updated, so we shall not use WebHeader to build this DisplayCell
        Parameters:
        rb - the associated report bean
        unit - the associated template unit
        cachedObjects - cached object, used to store some information shared across multiple cells
      • ReportGridDisplayCellColTitle

        public ReportGridDisplayCellColTitle​(ReportBean rb,
                                             WebTitle title,
                                             java.util.HashMap cachedObjects)
        Deprecated.
        Constructor for displaying column title in execute mode
        Parameters:
        rb - associated report bean
        title - assocated column title
        cachedObjects - cached object, used to store some information shared across multiple cells