public class OrderEntryTotalsCalculationAction extends AbstractCalculationAction
| Constructor and Description |
|---|
OrderEntryTotalsCalculationAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needConfirmation()
This default implementation returns
false. |
ActionResult |
perform(ActionEvent actionEvent)
This action requires the Item in ActionEvent data.
|
calculateTotals, calculateTotals, recalculate, recalculatecanChange, canRead, canRemove, createDialogChip, getConfirmationMessage, getEditorContext, getHMCContext, getItem, getNodeParams, hasDialogChip, initialize, isActive, isAutoSave, isVisible, needSaveBeforePerform, setAutoSavepublic ActionResult perform(ActionEvent actionEvent) throws JaloBusinessException
ItemActionperform in interface HMCActionperform in class ItemActionactionEvent - ActionEvent contains input data for the actionJaloBusinessExceptionpublic boolean needConfirmation()
ItemActionfalse. Overwrite this method if you want confirmation for this
action.needConfirmation in interface HMCActionneedConfirmation in class ItemActionCopyright © 2017 SAP SE. All Rights Reserved.