Skip to main content
Hitachi Vantara Lumada and Pentaho Documentation

IViewEx

pentaho.visual.base.spec. IViewEx

The IViewEx interface adds to the IView interface convenience properties that can be specified when constructing a view instance.

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

Extends

Members

Name Description
_ : pentaho.type.spec.TypeReference

An inline type reference of the value's type.

domContainer : DOMElement

The container DOM element where the view is rendered.

extension : Object

Extension properties that a view knows how to handle directly.

height : number

The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

isAutoUpdate : boolean

Enables or disables automatic updates of the view.

width : number

The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

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#_

domContainer: DOMElement

The container DOM element where the view is rendered.

Source: doc-js/pentaho/visual/base/spec/IViewEx.jsdoc, line 26

See also: pentaho.visual.base.View#domContainer

extension: Object

Extension properties that a view knows how to handle directly.

This property is expected to be specified through configuration.

Custom view classes should document the supported options.

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

Inherited From: pentaho.visual.base.spec.IView#extension

height: number

The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

This property is required.

Source: doc-js/pentaho/visual/base/spec/IView.jsdoc, line 39

Inherited From: pentaho.visual.base.spec.IView#height

See also: pentaho.visual.base.View#height

isAutoUpdate: boolean

Enables or disables automatic updates of the view.

Source: doc-js/pentaho/visual/base/spec/IViewEx.jsdoc, line 35

See also: pentaho.visual.base.View#isAutoUpdate

width: number

The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels.

This property is required.

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

Inherited From: pentaho.visual.base.spec.IView#width

See also: pentaho.visual.base.View#width