class sap.m.SelectionDetailsItemFacade

Visiblity: public
UX Guidelines:
Implements:
Available since: N/A
Extends:
Module: sap/m/SelectionDetailsFacade
Application Component: CA-UI5-SC

The public facade of the sap.m.SelectionDetailsItem element.


Constructor

Describes the public facade of the sap.m.SelectionDetailsItem element.

new sap.m.SelectionDetailsItemFacade()

Methods Overview

Method Description
addAction

Adds some action to the aggregation actions.

getEnableNav

Gets current value of property enableNav.

Determines whether or not the item is active and a navigation event is triggered on press.

Default value is false.

removeAction

Removes a action from the aggregation actions.

setEnableNav

Sets a new value for property enableNav.

Determines whether or not the item is active and a navigation event is triggered on press.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is false.

addAction

Adds some action to the aggregation actions.

Param Type DefaultValue Description
oAction sap.ui.core.Item

The action to add; if empty, nothing is inserted

getEnableNav

Gets current value of property enableNav.

Determines whether or not the item is active and a navigation event is triggered on press.

Default value is false.

removeAction

Removes a action from the aggregation actions.

Param Type DefaultValue Description
vAction int string sap.ui.core.Item

The action to remove or its index or id

setEnableNav

Sets a new value for property enableNav.

Determines whether or not the item is active and a navigation event is triggered on press.

When called with a value of null or undefined, the default value of the property will be restored.

Default value is false.

Param Type DefaultValue Description
bEnableNav boolean false

New value for property enableNav