Class sap.ca.ui.HierarchicalSelectDialogItemModule: sap/ca/ui/HierarchicalSelectDialogItem

extends Item

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.

Constructor Summary
new sap.ca.ui.HierarchicalSelectDialogItem(sId?, mSettings?)Constructor for a new HierarchicalSelectDialogItem.
Method Summary
sap.ca.ui.HierarchicalSelectDialogItem.extend(sClassName, oClassInfo?, FNMetaImpl?)Creates a new subclass of class sap.ca.ui.HierarchicalSelectDialogItem with name sClassName and enriches it with the information contained in oClassInfo.
sap.ca.ui.HierarchicalSelectDialogItem.getMetadata()Returns a metadata object for class sap.ca.ui.HierarchicalSelectDialogItem.
destroyListItemTemplate()Destroys the listItemTemplate in the aggregation named listItemTemplate.
getEntityName()Getter for property entityName.
getListItemTemplate()Getter for aggregation listItemTemplate.
getTitle()Getter for property title.
setEntityName(sEntityName)Setter for property entityName.
setListItemTemplate(oListItemTemplate)Setter for the aggregated listItemTemplate.
setTitle(sTitle)Setter for property title.
Constructor Detail
new sap.ca.ui.HierarchicalSelectDialogItem(sId?, mSettings?)
Constructor for a new HierarchicalSelectDialogItem.

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:

In addition, all settings applicable to the base type sap.ui.core.Item can be used as well.

Parameters:
{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.
Method Detail
sap.ca.ui.HierarchicalSelectDialogItem.extend(sClassName, oClassInfo?, FNMetaImpl?): function
Creates a new subclass of class sap.ca.ui.HierarchicalSelectDialogItem with name sClassName and enriches it with the information contained in oClassInfo.

oClassInfo might contain the same kind of informations as described in Element.extend.

Parameters:
{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.
Returns:
{function} the created class / constructor function
sap.ca.ui.HierarchicalSelectDialogItem.getMetadata(): sap.ui.base.Metadata
Returns a metadata object for class sap.ca.ui.HierarchicalSelectDialogItem.
Returns:
{sap.ui.base.Metadata} Metadata object describing this class
destroyListItemTemplate(): sap.ca.ui.HierarchicalSelectDialogItem
Destroys the listItemTemplate in the aggregation named listItemTemplate.
Returns:
{sap.ca.ui.HierarchicalSelectDialogItem}this to allow method chaining
getEntityName(): string
Getter for property entityName. Property used for the binding

Default value is empty/undefined

Returns:
{string} the value of property entityName
getListItemTemplate(): sap.m.ListItemBase
Getter for aggregation listItemTemplate.
Used as a template for each list item of the page
Returns:
{sap.m.ListItemBase}
getTitle(): string
Getter for property title. Dialog title for this item

Default value is empty/undefined

Returns:
{string} the value of property title
setEntityName(sEntityName): sap.ca.ui.HierarchicalSelectDialogItem
Setter for property entityName.

Default value is empty/undefined

Parameters:
{string}sEntityName new value for property entityName
Returns:
{sap.ca.ui.HierarchicalSelectDialogItem}this to allow method chaining
setListItemTemplate(oListItemTemplate): sap.ca.ui.HierarchicalSelectDialogItem
Setter for the aggregated listItemTemplate.
Parameters:
{sap.m.ListItemBase}oListItemTemplate
Returns:
{sap.ca.ui.HierarchicalSelectDialogItem}this to allow method chaining
Setter for property title.

Default value is empty/undefined

Parameters:
{string}sTitle new value for property title
Returns:
{sap.ca.ui.HierarchicalSelectDialogItem}this to allow method chaining