Class sap.ca.ui.HierarchicalSelectDialogItemModule: sap/ca/ui/HierarchicalSelectDialogItem
Kind of item required by the sap.ca.ui.HierarchicalSelectDialog control. An item is actually one page of the Dialog.
Deprecated API:Since version 1.24. This control is deprecated as per central UX requirements. This control will not be supported anymore.
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:
- Properties
- title : string
- entityName : string
- Aggregations
- listItemTemplate : sap.m.ListItemBase
- Associations
- Events
In addition, all settings applicable to the base type sap.ui.core.Item 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. This control is deprecated as per central UX requirements. This control will not be supported anymore.
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 |
listItemTemplate. | {sap.ca.ui.HierarchicalSelectDialogItem} | this to allow method chaining |
entityName. Property used for the binding Default value is empty/undefined
| {string} | the value of property entityName |
listItemTemplate.Used as a template for each list item of the page
| {sap.m.ListItemBase} |
title. Dialog title for this item Default value is empty/undefined
| {string} | the value of property title |
entityName. Default value is empty/undefined
| {string} | sEntityName | new value for property entityName |
| {sap.ca.ui.HierarchicalSelectDialogItem} | this to allow method chaining |
listItemTemplate. | {sap.m.ListItemBase} | oListItemTemplate |
| {sap.ca.ui.HierarchicalSelectDialogItem} | this to allow method chaining |
title. Default value is empty/undefined
| {string} | sTitle | new value for property title |
| {sap.ca.ui.HierarchicalSelectDialogItem} | this to allow method chaining |