Namespace for extensions that are provided with the sap.ui.vtm library.
Node | Description |
---|---|
sap.ui.vtm.extensions.DisplayStateCalculationExtension |
Adds a behavior that calculates display state (visibility, opacity, highlight color) for the scene nodes in a viewport using information in the tree items, context display groups and override display groups. |
sap.ui.vtm.extensions.InitialViewExtension |
Adds a behavior that zooms to all (or a specific view) after the first viewable has loaded successfully. |
sap.ui.vtm.extensions.LoadProgressExtension |
Adds a behavior that shows a progress dialog when downloading/loading of viewables is occurring. |
sap.ui.vtm.extensions.MessageStatusCalculationExtension |
Adds a behavior that calculates the properties of the message status icons. |
sap.ui.vtm.extensions.MessageStatusIconClickExtension |
Adds a behavior that shows a sap.ui.vtm.MessagesPopover when a message status icon is clicked. |
sap.ui.vtm.extensions.SceneNodeHoverHighlightExtension |
Adds a behaviour which highlights a scene node when the mouse hovers over it. |
sap.ui.vtm.extensions.SceneNodeHoverTooltipExtension |
Adds a behaviour in which a tooltip (which can be specified by application code using a callback function) is displayed when the mouse is hovering over a scene node. |
sap.ui.vtm.extensions.SelectionLinkingExtension |
Adds a behavior that links items the visibility of tree items in a sap.ui.vtm.Tree with the visibility of their associated scene nodes in the sap.ui.vtm.Viewport in the same sap.ui.vtm.Panel. |
sap.ui.vtm.extensions.ViewLinkingExtension |
Adds a behavior that links the camera views for all the sap.ui.vtm.Viewport instances associated with a sap.ui.vtm.Vtm instance. |
sap.ui.vtm.extensions.ViewportSelectionLinkingExtension |
Adds a behavior that links the selection state of tree items in a sap.ui.vtm.Tree with their corresponding scene nodes in the sap.ui.vtm.Viewport in the same sap.ui.vtm.Panel. |
sap.ui.vtm.extensions.VisibilityIconClickExtension |
Adds a behavior that updates visibility in the sap.ui.vtm.Tree when a visibility checkbox (eye) is clicked. |
Method | Description |
---|