Type
pentaho.visual.color.PaletteProperty. Type
The type class of pentaho.visual.color.PaletteProperty
.
Extends
- pentaho.type.PaletteProperty.Type
Constructor
Name | Description |
---|---|
new Type() Static |
Members
Name | Description |
---|---|
levels : | Gets or sets the array of possible measurement levels of color palettes that are set on this property. |
Methods
Name | Description |
---|---|
__collectOtherUsedPalettesIdsOn(owner) : Object.<<code>string , boolean > | Gets a set of used palette identifiers on the given owner. |
_fillSpecInContext() | |
validateOn(model) : Array.<<code>pentaho.type.ValidationError > | Determines if this color palette property is valid on the given visualization model. |
Constructor Details
new Type() Static |
---|
Source: javascript/web/pentaho/visual/color/paletteProperty.js, line 41 |
Members Details
levels: |
---|
Gets or sets the array of possible measurement levels of color palettes that are set on this property. This attribute is MonotonicThe value of a monotonic attribute can change, but only in some, predetermined monotonic direction. In this case, a measurement level can be removed from a color palette property, but one cannot be added. This attribute is InheritedWhen there is no local value, the effective value of the attribute is the inherited effective value. The first set local value must respect the monotonicity property with the inherited value. Other characteristicsWhen set to a The root The returned array or its elements should not be modified. Source: javascript/web/pentaho/visual/color/paletteProperty.js, line 150 |
Methods Details
__collectOtherUsedPalettesIdsOn(owner) : Object.<<code>string , boolean > | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Gets a set of used palette identifiers on the given owner. Source: javascript/web/pentaho/visual/color/paletteProperty.js, line 99
|
_fillSpecInContext() |
---|
Source: javascript/web/pentaho/visual/color/paletteProperty.js, line 229 |
validateOn(model) : Array.<<code>pentaho.type.ValidationError > | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Determines if this color palette property is valid on the given visualization model. If generic property validation fails, those errors are returned. Otherwise, validity is further determined as follows:
Source: javascript/web/pentaho/visual/color/paletteProperty.js, line 198
|