Class sap.ca.ui.OverviewTileModule: sap/ca/ui/OverviewTile
Display aTile that presents an overview of a customer
Deprecated API:Since version 1.24.3. This control is not required anymore as per central UX requirements. This control will not be supported anymore.
sClassName
and enriches it with the information contained in oClassInfo
.fnFunction
to the 'contactPress' event of this sap.ca.ui.OverviewTile
.fnFunction
from the 'contactPress' event of this sap.ca.ui.OverviewTile
. 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:
- Properties
- title : string (default: 'null')
- icon : sap.ui.core.URI (default: 'null')
- contact : string (default: 'null')
- address : string (default: 'null')
- opportunities : string (default: 'null')
- rating : string (default: 'null')
- lastContact : string (default: 'null')
- nextContact : string (default: 'null')
- revenue : string (default: 'null')
- visible : boolean (default: true)
- width : sap.ui.core.CSSSize
- contactActive : boolean (default: false)
- Aggregations
- Associations
- Events
- contactPress : fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]
In addition, all settings applicable to the base type sap.m.Tile can be used as well.
{string} | sId? | id for the new control, generated automatically if no id is given |
{object} | mSettings? | initial settings for the new control |
- Deprecated:
- Since version 1.24.3. This control is not required anymore as per central UX requirements. This control will not be supported anymore.
{sap.ui.base.Event} | oControlEvent | |
{sap.ui.base.EventProvider} | oControlEvent.getSource | |
{object} | oControlEvent.getParameters |
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 |
fnFunction
to the 'contactPress' event of this sap.ca.ui.OverviewTile
.. When called, the context of the event handler (its
this
) will be bound to oListener if specified otherwise to this sap.ca.ui.OverviewTile
.
itself. This event is fired when the end user clicks on the contact link.
{object} | oData? | An application specific payload object, that will be passed to the event handler along with the event object when firing the event. |
{function} | fnFunction | The function to call, when the event occurs. |
{object} | oListener? | Context object to call the event handler with. Defaults to this sap.ca.ui.OverviewTile .itself. |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
fnFunction
from the 'contactPress' event of this sap.ca.ui.OverviewTile
.The passed function and listener object must match the ones used for event registration.
{function} | fnFunction | The function to call, when the event occurs. |
{object} | oListener | Context object on which the given function had to be called. |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
{Map} | mArguments? | the arguments to pass along with the event. |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
address
. This property is used to set the address field in the form of the tile Default value is null
{string} | the value of property address |
contact
. This property is used to set the contact of the tile Default value is null
{string} | the value of property contact |
contactActive
. This property is used to enable an event to be thrown when clicking on the contact's name Default value is false
{boolean} | the value of property contactActive |
lastContact
. This property is used to set the last contact field in the form of the tile Default value is null
{string} | the value of property lastContact |
nextContact
. This property is used to set the next contact field in the form of the tile Default value is null
{string} | the value of property nextContact |
opportunities
. This property is used to set the opportunities field in the form of the tile Default value is null
{string} | the value of property opportunities |
rating
. This property is used to set the rating field in the form of the tile Default value is null
{string} | the value of property rating |
revenue
. This property is used to set the revenue to date field in the form of the tile Default value is null
{string} | the value of property revenue |
title
. This property is used to set the title of the tile Default value is null
{string} | the value of property title |
visible
. This property is used to show/hide the tile Default value is true
{boolean} | the value of property visible |
width
. This property is used to set the width of the control Default value is empty/undefined
{sap.ui.core.CSSSize} | the value of property width |
address
. Default value is null
{string} | sAddress | new value for property address |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
contact
. Default value is null
{string} | sContact | new value for property contact |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
contactActive
. Default value is false
{boolean} | bContactActive | new value for property contactActive |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
icon
. Default value is null
{sap.ui.core.URI} | sIcon | new value for property icon |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
lastContact
. Default value is null
{string} | sLastContact | new value for property lastContact |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
nextContact
. Default value is null
{string} | sNextContact | new value for property nextContact |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
opportunities
. Default value is null
{string} | sOpportunities | new value for property opportunities |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
rating
. Default value is null
{string} | sRating | new value for property rating |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
revenue
. Default value is null
{string} | sRevenue | new value for property revenue |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
title
. Default value is null
{string} | sTitle | new value for property title |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
visible
. Default value is true
{boolean} | bVisible | new value for property visible |
{sap.ca.ui.OverviewTile} | this to allow method chaining |
width
. Default value is empty/undefined
{sap.ui.core.CSSSize} | sWidth | new value for property width |
{sap.ca.ui.OverviewTile} | this to allow method chaining |