IFieldsMetadata
pentaho.visual.role. IFieldsMetadata
The IFieldsMetadata
interface exposes metadata information about the fields
of visual roles' mappings.
Objects of this interface are part of visual role properties and are exposed in the AbstractProperty.Type#fields
property.
Source: doc-js/pentaho/visual/role/IFieldsMetadata.jsdoc, line 17
See also: pentaho.visual.role.AbstractMapping#fields
Methods
Name | Description |
---|---|
countRangeOn(model) : pentaho.IRange.<<code>number > | Evaluates the field count range of a visual role property on a given model. |
Methods Details
countRangeOn(model) : pentaho.IRange.<<code>number > | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Evaluates the field count range of a visual role property on a given model. The count range constraints the valid number of elements of the Source: doc-js/pentaho/visual/role/IFieldsMetadata.jsdoc, line 31
See also: pentaho.type.Property.Type#countRangeOn |