Interface ReportGridCellsFactory
-
public interface ReportGridCellsFactory
- Since:
- MicroStrategy Web 8.0.0
-
-
Method Summary
-
-
-
Method Detail
-
newRowTitle
ReportGridCellRowTitle newRowTitle()
-
newRowTitle
ReportGridCellRowTitle newRowTitle(WebTemplateUnit unit)
-
newRowTitle
ReportGridCellRowTitle newRowTitle(WebTemplateUnit unit, int subtitleIndex)
-
newRowTitle
ReportGridCellRowTitle newRowTitle(WebTitle title)
-
newRowTitle
ReportGridCellRowTitle newRowTitle(WebTitle title, int subTitleIndex)
-
newColTitle
ReportGridCellColTitle newColTitle()
-
newColTitle
ReportGridCellColTitle newColTitle(WebTemplateUnit unit)
-
newColTitle
ReportGridCellColTitle newColTitle(WebTemplateUnit unit, int subtitleIndex)
-
newColTitle
ReportGridCellColTitle newColTitle(WebTitle title)
-
newColTitle
ReportGridCellColTitle newColTitle(WebTitle title, int subTitleIndex)
-
newRowHeader
ReportGridCellRowHeader newRowHeader()
-
newRowHeader
ReportGridCellRowHeader newRowHeader(WebTemplateMetric metric)
-
newRowHeader
ReportGridCellRowHeader newRowHeader(WebHeader rowHeader)
-
newColHeader
ReportGridCellColHeader newColHeader()
-
newColHeader
ReportGridCellColHeader newColHeader(WebTemplateMetric metric)
-
newColHeader
ReportGridCellColHeader newColHeader(WebHeader colheader)
-
newMetricValue
ReportGridCellMetricValue newMetricValue()
-
newMetricValue
ReportGridCellMetricValue newMetricValue(WebRowValue rowValue)
-
-