namespace sap.ui.vtm.interfaces

Control sample: sap.ui.vtm.interfaces
Visiblity: public
Available since: N/A
Module: sap/ui/vtm/library
Application Component:

Namespace for interfaces that are provided with the sap.ui.vtm library.


Nodes Overview

Node Description
sap.ui.vtm.interfaces.IDisplayStateCalculationExtension

Interface for extensions which manage the display state (visibility, opacity, highlight color) of the scene nodes in the VTM viewports.

sap.ui.vtm.interfaces.IDownloadProgressExtension

Interface for extensions which indicate progress while viewables are being downloaded.

sap.ui.vtm.interfaces.IInitialViewExtension

Interface for extensions which manage the initial view in the VTM viewports after loading an initial set of viewables.

sap.ui.vtm.interfaces.ILoadProgressExtension

Interface for extensions which indicate progress while viewables are being loaded.

sap.ui.vtm.interfaces.IMessageStatusCalculationExtension

Interface for extensions which calculate the icon to show for each tree item in the sap.ui.vtm.InternalColumnDescriptor.MessageStatus column.

sap.ui.vtm.interfaces.IMessageStatusHeaderIconClickExtension

Interface for extensions which provide a behaviour when the icon in the column header for the sap.ui.vtm.InternalColumnDescriptor.MessageStatus column is clicked.

sap.ui.vtm.interfaces.IMessageStatusIconClickExtension

Interface for extensions which provide a behaviour when an icon in the sap.ui.vtm.InternalColumnDescriptor.MessageStatus column is clicked.

sap.ui.vtm.interfaces.ISceneNodeHoverHighlightExtension

Interface for extensions which highlight the scene node that is being hovered over in a viewport.

sap.ui.vtm.interfaces.ISceneNodeHoverTooltipExtension

Interface for extensions which show a tooltip for the scene node that is being hovered over in a viewport.

sap.ui.vtm.interfaces.ISelectionLinkingExtension

Interface for extensions which link the selections in trees across panels.

sap.ui.vtm.interfaces.IViewLinkingExtension

Interface for extensions which link the views (camera positions) across VTM viewports.

sap.ui.vtm.interfaces.IViewportSelectionLinkingExtension

Interface for extensions which link the selection state between the tree and the viewport in each VTM panel.

sap.ui.vtm.interfaces.IVisibilityHeaderIconClickExtension

Interface for extensions which provide a behaviour when the icon in the column header for the sap.ui.vtm.InternalColumnDescriptor.Visibility column is clicked.

sap.ui.vtm.interfaces.IVisibilityIconClickExtension

Interface for extensions which provide a behaviour when an icon in the sap.ui.vtm.InternalColumnDescriptor.Visibility column is clicked.


Methods Overview

Method Description