Creates a new metadata object for a UIElement subclass.
new sap.ui.core.ElementMetadata(sClassName, oClassInfo)
Param | Type | Default Value | Description |
---|---|---|---|
sClassName | string | fully qualified name of the class that is described by this metadata object |
|
oClassInfo | object | static info to construct the metadata from |
Method | Description |
---|---|
getDragDropInfo |
Returns an info object describing the drag-and-drop behavior. |
getElementName |
By default, the element name is equal to the class name |
sap.ui.core.ElementMetadata.uid |
Calculates a new id based on a prefix. |