Class sap.suite.ui.generic.template.ObjectPage.extensionAPI.DraftTransactionControllerModule: sap/suite/ui/generic/template/ObjectPage/extensionAPI/DraftTransactionController
Constructor Summary
new sap.suite.ui.generic.template.ObjectPage.extensionAPI.DraftTransactionController()Draft transaction controller to be used in extensions of ObjectPage.
Method Summary
Constructor Detail
Method Detail
attachAfterActivate(fnFunction)
Attach a handler to the activate event
Parameters:
{function} | fnFunction | the handler function |
attachAfterCancel(fnFunction)
Attach a handler to the discard event
Parameters:
{function} | fnFunction | the handler function |
attachAfterDelete(fnFunction)
Attach a handler to the delete event
Parameters:
{function} | fnFunction | the handler function |
detachAfterActivate(fnFunction)
Detach a handler from the activate event
Parameters:
{function} | fnFunction | the handler function |