The public facade of the sap.m.SelectionDetailsItem element.
Describes the public facade of the sap.m.SelectionDetailsItem element.
new sap.m.SelectionDetailsItemFacade()
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 |
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 Default value is |
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 |
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 |