Class sap.landvisz.internal.IdentificationBarModule: sap/landvisz/internal/IdentificationBar
Acontrol to render identification bar of a system
sClassName and enriches it with the information contained in oClassInfo.fnFunction to the 'select' event of this sap.landvisz.internal.IdentificationBar.fnFunction from the 'select' event of this sap.landvisz.internal.IdentificationBar. 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
- text : string
- type : string
- qualifierText : string
- qualifierTooltip : string
- qualifierType : string
- renderingSize : sap.landvisz.EntityCSSSize (default: sap.landvisz.EntityCSSSize.Regular)
- defaultState : string
- description : string
- componentType : sap.landvisz.ComponentType
- Aggregations
- Associations
- Events
- select : fnListenerFunction or [fnListenerFunction, oListenerObject] or [oData, fnListenerFunction, oListenerObject]
| {string} | sId? | id for the new control, generated automatically if no id is given |
| {object} | mSettings? | initial settings for the new control |
| {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 'select' event of this sap.landvisz.internal.IdentificationBar.. When called, the context of the event handler (its
this) will be bound to oListener if specified otherwise to this sap.landvisz.internal.IdentificationBar.
itself. fires click event on selection
| {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.landvisz.internal.IdentificationBar.itself. |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
fnFunction from the 'select' event of this sap.landvisz.internal.IdentificationBar.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.landvisz.internal.IdentificationBar} | this to allow method chaining |
| {Map} | mArguments? | the arguments to pass along with the event. |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
componentType. Component type of the entity Default value is empty/undefined
| {sap.landvisz.ComponentType} | the value of property componentType |
defaultState. determines the default state of the control Default value is empty/undefined
| {string} | the value of property defaultState |
description. despriction of the identification region of a control Default value is empty/undefined
| {string} | the value of property description |
qualifierText. text that identifies the server Default value is empty/undefined
| {string} | the value of property qualifierText |
qualifierTooltip. tooltip to identify the server Default value is empty/undefined
| {string} | the value of property qualifierTooltip |
qualifierType. icon to identify the server Default value is empty/undefined
| {string} | the value of property qualifierType |
renderingSize. rendering size of the control Default value is sap.landvisz.EntityCSSSize.Regular
| {sap.landvisz.EntityCSSSize} | the value of property renderingSize |
text. text that identifies a system Default value is empty/undefined
| {string} | the value of property text |
type. type of system rendered Default value is empty/undefined
| {string} | the value of property type |
componentType. Default value is empty/undefined
| {sap.landvisz.ComponentType} | oComponentType | new value for property componentType |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
defaultState. Default value is empty/undefined
| {string} | sDefaultState | new value for property defaultState |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
description. Default value is empty/undefined
| {string} | sDescription | new value for property description |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
qualifierText. Default value is empty/undefined
| {string} | sQualifierText | new value for property qualifierText |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
qualifierTooltip. Default value is empty/undefined
| {string} | sQualifierTooltip | new value for property qualifierTooltip |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
qualifierType. Default value is empty/undefined
| {string} | sQualifierType | new value for property qualifierType |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
renderingSize. Default value is sap.landvisz.EntityCSSSize.Regular
| {sap.landvisz.EntityCSSSize} | oRenderingSize | new value for property renderingSize |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
text. Default value is empty/undefined
| {string} | sText | new value for property text |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |
type. Default value is empty/undefined
| {string} | sType | new value for property type |
| {sap.landvisz.internal.IdentificationBar} | this to allow method chaining |