com.microstrategy.web.objects.WebGridData |
![]() |
Represents grid data
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebCSSHelper |
getCSSHelper()
Returns the WebCSSHelper object, which can be used to translate the format properties
into css string.
| ||||||||||
abstract String |
getErrorMsg()
Returns String of error message comes from backend
| ||||||||||
abstract SimpleList | getGraphAreas() | ||||||||||
abstract int | getGridTotalColumnBlocks() | ||||||||||
abstract int |
getGridTotalColumns()
Returns the total number of columns in this grid report.
| ||||||||||
abstract int | getGridTotalRowBlocks() | ||||||||||
abstract int |
getGridTotalRows()
Returns the total number of rows in this grid report.
| ||||||||||
abstract List<Integer> |
getMarkedRowIndices()
Returns list of indices of marked rows (row ordinals)
| ||||||||||
abstract String | getNoDataCustomMessage() | ||||||||||
abstract WebReportGrid |
getWebReportGrid()
Returns the report grid.
| ||||||||||
abstract boolean |
hasSubtotals()
Indicates whether subtotals are added to the template
| ||||||||||
abstract boolean |
isReportTruncated()
Returns whether or not this report is truncated.
| ||||||||||
abstract boolean | isShowBanding() | ||||||||||
abstract boolean |
isTotalAvailable()
Returns whether or not totals are available for this report.
|
Returns the WebCSSHelper object, which can be used to translate the format properties into css string.
WebCSSHelper
object for this report data.
Returns String of error message comes from backend
Returns the total number of columns in this grid report.
Returned from XSL search pattern: "/mi/rit/vw/vws/gdp/@tc".
Returns the total number of rows in this grid report.
Returned from XSL search pattern: "/mi/rit/vw/vws/gdp/@tr".
Returns list of indices of marked rows (row ordinals)
Returns the report grid.
WebObjectsException | thrown if a problem occurs during retrieval |
---|
Indicates whether subtotals are added to the template
WebObjectsException |
---|
Returns whether or not this report is truncated. A truncated report would indicate that not all rows have been returned to in the result XML due to the window settings.
Returned from XSL search pattern: "/mi/rit/vw/gr/@xmn".
Returns whether or not totals are available for this report.
Returned from XSL search pattern: "/mi/rit/vw/gr/@sr".