CartesianDataCell
Returns if the next cell's row is a result row.
boolean
Returns if the current cell's row is a result row.
boolean
Returns the current cell's data address
Returns the AxisScenario of a ChartCell
object containing dimension and member metadata by dimension key
Returns the Type of the current Cell
Returns the value of a user defines Cfl Variable
Returns the number of Columheader rows
Returns the with of a column of the passed index in px
the index of the column from which the width should be returned. If not set the width of the current cell will be returned.
Returns the width in pixel of columns that are automaticaly sized
Returns an array of the css classes of this cell
Returns the column hierachy Level of current dataPoint (not including header)
Returns the column index of current dataPoint (not including header)
A Collection of various metrics about the whole DataSet. Mostly minima and maxima of diffent groups of data (columns, rows, selections etc.)
Returns the row hierachy Level of current dataPoint (not including header)
Returns the row index of current dataPoint (not including header)
Returns true, if the cell is editable
returns the header axis to which a header cell belongs.
The Hierarchy Level of the header
The character that is used to indicate that a row is collapsible
Returns the column index of current cell (including header)
Returns the data of the whole matrix
Returns the row index of current cell (including header)
The maximum column hierachy level in the entire matrix
The maximum row hierachy level in the entire matrix
The Key of the property that should be returned
Returns the value of a property of the matrix
Returns the number of row header columns
Returns the Scenario of a Cell
Returns object containing the css styles of the cell
The Text of the Cell
The Value of the current DataPoint
The column index (not including header) of the desired Data cell
The row index (not including header) of the desired Data cell
The value of a DataPoint
True if a header cell is collapsed
True if the current cell's column is a result column.
True if the cell is an aggregated value
The name (description) of a DataSelection that should be matched against
Returns whether the cell is affected by a data selection (e.g. Scenario Assignment or Bar Chart Assignment) with the passed name (description).
Appends a css class to the cell.
The class name that should be appended to the cell.
Appends styles.
The name of the Element that the style should be appended to
An Object with keys equal
Appends a whole styles object to the current cellModel. Integrates the passed styles definition into the cellModel's cflStyles by merging existing styles with the new ones.
the new styles which will be integrated into the current cellModel's existing cflStyles
Sets The scenario of the axis of a bar chart cell
The scenarioID that should be applied
Sets the Character that indicates the collapse state. Use with isCollapsed to set the signs for both states e.g.: this.setIndicatorSign(this.isCollapsed() ? "◸" : "◿");
UTF-8 character that should be displayed
Sets The scenario of a cell
The scenarioId that should be applied
Sets the visibility of the scenario Bar in the headers
True if scenario bar should be displayed
Replaces the current cellModel's cflStyles with the passed ones.
the new styles to replace current cellModel's member cflStyles
Sets the Text
That should be displayed by Header
Appends a css class to the cell.
The class name that should be appended to the cell.
Generated using TypeDoc
Returns a CartesianDataCell that describes the data associated with the current cell.