public class OrderEntryCalculationAction extends AbstractCalculationAction
| Constructor and Description |
|---|
OrderEntryCalculationAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmationMessage()
This default implementation returns
null (It means the standard confirmation message will be used if
confirmation is on). |
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, 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 ItemActionpublic String getConfirmationMessage()
ItemActionnull (It means the standard confirmation message will be used if
confirmation is on). Overwrite this method if you want your own confirmation message for this action.getConfirmationMessage in interface HMCActiongetConfirmationMessage in class ItemActionCopyright © 2017 SAP SE. All Rights Reserved.