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 |
---|---|
_ : | An inline type reference of the value's type. |
domContainer : | The container DOM element where the view is rendered. |
extension : | Extension properties that a view knows how to handle directly. |
height : | The height that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels. |
isAutoUpdate : | Enables or disables automatic updates of the view. |
width : | The width that the container application has allocated to display the view without horizontal or vertical scrolling, in pixels. |
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#_ |
domContainer: |
---|
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: |
---|
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: |
---|
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: |
---|
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: |
---|
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 |