dundas.controls.CellStateStyle Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.CellStateStyle
 

Constructors

 
  Name Description
init Initializes the cell state style. Called during construction.
 
 

Properties

 
  Name Description
cellStyle Gets or sets the ColumnStyleDefinition of the style.
dataTooltip Gets or sets the tooltip displayed when hovering over cells. This can be set using placeholder keywords.
isDisplayedInLegend Gets or sets a value indicating whether this instance is displayed in a connected legend.
legendCategory Gets or sets the category within which to group legend items displaying.
legendText Gets or sets text that includes placeholder keywords used to display the value generated by this state style.
stateId Gets or sets the state ID.
stateText Gets or sets custom text to be displayed by this state.
 
 

Methods

 
  Name Description
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
setupLegendItem Sets up a legend item to identify this class.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.
toString Returns a string representation of this object.