IAbstractModel
pentaho.visual.base.spec. IAbstractModel
The IAbstractModel
interface represents the set of options used to initialize an abstract visual model.
Source: doc-js/pentaho/visual/base/spec/IAbstractModel.jsdoc, line 17
See also: pentaho.visual.base.AbstractModel
Extends
Members
Name | Description |
---|---|
_ : | An inline type reference of the value's type. |
application : | Represents the relevant state and interface of the visual application in which a visual model is being used. |
data : | The data to be displayed. |
data : | The data to be displayed. |
selectionFilter : | The current selection filter. |
selectionFilter : | The current selection filter. |
Members Details
_: |
---|
An inline type reference of the value's type. Source: doc-js/pentaho/type/spec/IInstance.jsdoc, line 27 Inherited From: pentaho.type.spec.IInstance#_ |
application: |
---|
Represents the relevant state and interface of the visual application in which a visual model is being used. An application may specialize this property and provide state information that can be used to implement business logic in model configurations that apply to that application. Check the visual application documentation for the existence of a specialized interface. This property is not serialized by default. To serialize it, specify the argument Source: doc-js/pentaho/visual/base/spec/IAbstractModel.jsdoc, line 27 |
data: |
---|
The data to be displayed. This property is required. This property is not serialized by default. To serialize it, specify the argument Source: doc-js/pentaho/visual/base/spec/IAbstractModel.jsdoc, line 46 |
data: |
---|
The data to be displayed. This property is required. This property is not serialized by default. To serialize it, specify the argument Source: doc-js/pentaho/visual/base/spec/IModel.jsdoc, line 37 |
selectionFilter: |
---|
The current selection filter. This property is not serialized by default. To serialize it, specify the argument Source: doc-js/pentaho/visual/base/spec/IAbstractModel.jsdoc, line 60 See also: pentaho.visual.base.AbstractModel#selectionFilter |
selectionFilter: |
---|
The current selection filter. This property is not serialized by default. To serialize it, specify the argument Source: doc-js/pentaho/visual/base/spec/IModel.jsdoc, line 51 See also: pentaho.visual.base.AbstractModel#selectionFilter |