Skip to main content

Pentaho+ documentation has moved!

The new product documentation portal is here. Check it out now at docs.hitachivantara.com

 

Hitachi Vantara Lumada and Pentaho Documentation

IModel

pentaho.visual.spec. IModel

The IModel interface represents the set of options used to initialize a visual model.

Source: doc-js/pentaho/visual/spec/IModel.jsdoc, line 17

See also: pentaho.visual.Model

Extends

Members

Name Description
_ :  pentaho.type.spec.TypeReference

An inline type reference of the value's type.

application :  pentaho.visual.spec.IApplication

Represents the relevant state and interface of the visual application in which a visual model is being used.

data :  pentaho.data.ITable

The data to be displayed.

isAutoUpdate :  boolean

Enables or disables automatic updates of the model.

selectionFilter :  pentaho.data.filter.Abstract

The current selection filter.

Members Details

_:  pentaho.type.spec.TypeReference

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:  pentaho.visual.spec.IApplication

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 keyArgs.omitProps.application of toSpec to false.

Source: doc-js/pentaho/visual/spec/IAbstractModel.jsdoc, line 27

Inherited From: pentaho.visual.spec.IAbstractModel#application

data:  pentaho.data.ITable

The data to be displayed.

This property is required.

This property is not serialized by default. To serialize it, specify the argument keyArgs.omitProps.data of toSpec to false.

Source: doc-js/pentaho/visual/spec/IAbstractModel.jsdoc, line 46

Overrides: pentaho.visual.spec.IAbstractModel#data

isAutoUpdate:  boolean

Enables or disables automatic updates of the model.

This property is special and is not serialized.

Source: doc-js/pentaho/visual/spec/IModel.jsdoc, line 27

Default Value: true

See also: pentaho.visual.Model#isAutoUpdate

selectionFilter:  pentaho.data.filter.Abstract

The current selection filter.

This property is not serialized by default. To serialize it, specify the argument keyArgs.omitProps.selectionFilter of toSpec to false.

Source: doc-js/pentaho/visual/spec/IAbstractModel.jsdoc, line 60

Overrides: pentaho.visual.spec.IAbstractModel#selectionFilter

See also: pentaho.visual.AbstractModel#selectionFilter