Class sap.ui.vbm.ClusterContainerModule: sap/ui/vbm/ClusterContainer

extends Container

Specific Visual Object element acting as a container for cluster visualization objects. A ClusterContainer is positioned at a calculated position on the map. It aggregates a visualization controls, which will then move with the map.
Since a ClusterContainer is not a real visual object most features borrowed from VoBase and event Container will not work. There is no label, no edit mode, and no drop support. Events like click may only be fired if the aggregated control is not handling them. The properties are not changeable as well as the aggregated item. Only read access is possible

Constructor Summary
new sap.ui.vbm.ClusterContainer(sId?, mSettings?)Constructor for a new ClusterContainer.
Method Summary
sap.ui.vbm.ClusterContainer.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.vbm.ClusterContainer with name sClassName and enriches it with the information contained in oClassInfo.
sap.ui.vbm.ClusterContainer.getMetadata()Returns a metadata object for class sap.ui.vbm.ClusterContainer.
Constructor Detail
new sap.ui.vbm.ClusterContainer(sId?, mSettings?)
Constructor for a new ClusterContainer.
Parameters:
{string}sId? id for the new control, generated automatically if no id is given
{object}mSettings? initial settings for the new control
Method Detail
sap.ui.vbm.ClusterContainer.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.vbm.ClusterContainer with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of information as described in sap.ui.vbm.Container.extend.

Parameters:
{string}sClassName Name of the class being created
{object}oClassInfo? Object literal with information about the class
{function}FNMetaImpl? Constructor function for the metadata object; if not given, it defaults to sap.ui.core.ElementMetadata
Returns:
{function} Created class / constructor function
sap.ui.vbm.ClusterContainer.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.vbm.ClusterContainer.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class