Class sap.uiext.inbox.InboxConfigurationModule: sap/uiext/inbox/InboxConfiguration
Configuration for Inbox
Constructor Summary
Method Summary
sap.uiext.inbox.InboxConfiguration.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.uiext.inbox.InboxConfiguration with name
sClassName and enriches it with the information contained in oClassInfo.sap.uiext.inbox.InboxConfiguration.getMetadata()Returns a metadata object for class sap.uiext.inbox.InboxConfiguration.
Method Detail
sap.uiext.inbox.InboxConfiguration.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.uiext.inbox.InboxConfiguration with name
sClassName and enriches it with the information contained in oClassInfo. oClassInfo might contain the same kind of information as described in Object.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.uiext.inbox.InboxConfiguration.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.uiext.inbox.InboxConfiguration.
Returns:
| {sap.ui.base.Metadata} | Metadata object describing this class |