IStrategyApplicationValidation
pentaho.visual.role.adaptation. IStrategyApplicationValidation
The IStrategyApplicationValidation
interface describes whether the application of a strategy to specific fields of a schema data table is valid. It is the result of the Strategy#validateApplication
method.
Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplicationValidation.jsdoc, line 17
Members
Name | Description |
---|---|
addsFields : | Gets whether a valid application would add fields to the given data table. |
isValid : | Gets a value that indicates if the application is valid. |
Members Details
addsFields: |
---|
Gets whether a valid application would add fields to the given data table. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplicationValidation.jsdoc, line 36 |
isValid: |
---|
Gets a value that indicates if the application is valid. Source: doc-js/pentaho/visual/role/adaptation/IStrategyApplicationValidation.jsdoc, line 28 |