Appends a css class to the cell.
Appends styles.
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.
When scenario is set for a column header cell, this rule sets styles and makes the renderer create the dt bar
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
Returns the width in pixel of columns that are automaticaly sized
Returns an array of the css classes of this cell
Returns a CartesianDataCell that describes the data associated with the current cell.
CartesianDataCell
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
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 value of a DataPoint
True if a header cell is collapsed
True if the current cell's column is a result column.
Returns if the next cell's row is a result row.
boolean
True if the cell is an aggregated value
Returns if the current cell's row is a result row.
boolean
Returns whether the cell is affected by a data selection (e.g. Scenario Assignment or Bar Chart Assignment) with the passed name (description).
Sets The scenario of the axis of a bar chart cell
Sets the Character that indicates the collapse state. Use with isCollapsed to set the signs for both states e.g.: this.setIndicatorSign(this.isCollapsed() ? "◸" : "◿");
Sets The scenario of a cell
Sets the visibility of the scenario Bar in the headers
Replaces the current cellModel's cflStyles with the passed ones.
Sets the Text
Generated using TypeDoc
This is the environment in the CFL, that every CFL-Rule can access