Class sap.uiext.inbox.composite.InboxCommentModule: sap/uiext/inbox/composite/InboxComment
fsgg
sClassName and enriches it with the information contained in oClassInfo. Accepts an object literal mSettings that defines initial property values, aggregated and associated objects as well as event handlers.
If the name of a setting is ambiguous (e.g. a property has the same name as an event), then the framework assumes property, aggregation, association, event in that order. To override this automatic resolution, one of the prefixes "aggregation:", "association:" or "event:" can be added to the name of the setting (such a prefixed name must be enclosed in single or double quotes).
The supported settings are:
| {string} | sId? | id for the new control, generated automatically if no id is given |
| {object} | mSettings? | initial settings for the new control |
sClassName and enriches it with the information contained in oClassInfo. oClassInfo might contain the same kind of informations as described in Element.extend.
| {string} | sClassName | name of the class to be created |
| {object} | oClassInfo? | object literal with informations about the class |
| {function} | FNMetaImpl? | constructor function for the metadata object. If not given, it defaults to sap.ui.core.ElementMetadata. |
| {function} | the created class / constructor function |
| {sap.ui.base.Metadata} | Metadata object describing this class |
createdBy. Unique username of the user responsible for adding comment Default value is empty/undefined
| {string} | the value of property createdBy |
sapOrigin. Represent system origin in case of multi origin scenario Default value is empty/undefined
| {string} | the value of property sapOrigin |
sender. Sender of the comment chunk Default value is empty/undefined
| {string} | the value of property sender |
text. The FeedChunk text Default value is empty/undefined
| {string} | the value of property text |
thumbnailSrc. URL to the thumbnail image. Default value is empty/undefined
| {sap.ui.core.URI} | the value of property thumbnailSrc |
timestamp. Format is ISO 8601 YYYY-MM-DDThh:mm:ss.sZ, Z meaning the time is in UTC time zone Default value is empty/undefined
| {string} | the value of property timestamp |
createdBy. Default value is empty/undefined
| {string} | sCreatedBy | new value for property createdBy |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |
sapOrigin. Default value is empty/undefined
| {string} | sSapOrigin | new value for property sapOrigin |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |
sender. Default value is empty/undefined
| {string} | sSender | new value for property sender |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |
text. Default value is empty/undefined
| {string} | sText | new value for property text |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |
thumbnailSrc. Default value is empty/undefined
| {sap.ui.core.URI} | sThumbnailSrc | new value for property thumbnailSrc |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |
timestamp. Default value is empty/undefined
| {string} | sTimestamp | new value for property timestamp |
| {sap.uiext.inbox.composite.InboxComment} | this to allow method chaining |