sap.collaboration.components.socialprofile.Component.exit()
Cleans up the component instance before destruction. [borrowed from sap.ui.core.Component]
sap.collaboration.components.socialprofile.Component.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.collaboration.components.socialprofile.Component 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.core.UIComponent.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 |
Returns a metadata object for class sap.collaboration.components.socialprofile.Component.
Returns:
sap.collaboration.components.socialprofile.Component.init()
Initializes the Component instance after creation. [borrowed from sap.ui.core.UIComponent]
sap.collaboration.components.socialprofile.Component.onAfterRendering()
Function is called when the rendering of the Component Container is completed. [borrowed from sap.ui.core.UIComponent]
sap.collaboration.components.socialprofile.Component.onBeforeRendering()
Function is called when the rendering of the Component Container is started. [borrowed from sap.ui.core.UIComponent]
sap.collaboration.components.socialprofile.Component.open()
Opens the social profile component
sap.collaboration.components.socialprofile.Component.setSettings(oSettings)
Setter for the Component settings
Parameters:
| {object} | oSettings | A JSON object used to set the component settings, this object should contains the same properties used in the constructor |
Getter for property
height. Gets the height of the Social Profile
Default value is 380px
Returns:
getMemberId(): string
Getter for property memberId. Gets the SAP Jam member id of the user
Returns:
| {string} | the value of property memberId |
getMemberInfo(): object
Getter for property memberInfo. Gets the SAP Jam member information
Returns:
| {object} | member information memberInfo |
getOpeningControl(): object
Getter for property openingControl. Gets the opening control for the Social Profile
Returns:
| {object} | the value of property openingControl |
Getter for property
placement. Gets the placement of the Social Profile
Default value is sap.m.PlacementType.Auto
Returns:
Getter for property
width. Gets the width of the Social Profile
Default value is 300px
Returns:
Setter for property
height. Sets the height of the Social Profile
Default value is 380px
Parameters:
| {string} | sHeight | new value for property height |
Returns:
Setter for property memberId. Sets the memberId of the user
Parameters:
| {string} | sMemberId | new value for property memberId |
Returns:
Setter for property memberInfo. Sets the memberInformation of the user
Parameters:
| {object} | oMemberInfo | new value for property memberInfo |
Returns:
Setter for property openingControl. Sets the opening control for the Social Profile
Parameters:
| {object} | oOpeningControl | new value for property openingControl |
Returns:
Setter for property
placement. Sets the placement of the Social Profile
Default value is sap.m.PlacementType.Auto
Parameters:
Returns:
Setter for property
width. Sets the width of the Social Profile
Default value is 300px
Parameters:
| {string} | sWidth | new value for property width |
Returns: