Abstract Class sap.ui.model.MetaModelModule: sap/ui/model/MetaModel
Model implementation for meta models
Constructor Summary
Events borrowed from class sap.ui.model.Model
Method Summary
sap.ui.model.MetaModel.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ui.model.MetaModel with name
sClassName
and enriches it with the information contained in oClassInfo
.Methods borrowed from class sap.ui.model.Model
attachParseError, attachRequestCompleted, attachRequestFailed, attachRequestSent, bindContext, bindList, bindProperty, bindTree, destroy, detachParseError, detachRequestCompleted, detachRequestFailed, detachRequestSent, fireParseError, fireRequestCompleted, fireRequestFailed, fireRequestSent, getDefaultBindingMode, getMessagesByPath, getMetaModel, getObject, getOriginalProperty, getProperty, isBindingModeSupported, isLegacySyntax, refresh, setDefaultBindingMode, setLegacySyntax, setMessages, setSizeLimit
Methods borrowed from class sap.ui.core.message.MessageProcessor
Methods borrowed from class sap.ui.base.EventProvider
Methods borrowed from class sap.ui.base.Object
Method Detail
sap.ui.model.MetaModel.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ui.model.MetaModel 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.model.Model.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.model.MetaModel.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ui.model.MetaModel.
Returns:
{sap.ui.base.Metadata} | Metadata object describing this class |