public interface HMCAction extends Serializable
| Modifier and Type | Method and Description |
|---|---|
AbstractActionDialogChip |
createDialogChip(Chip parent,
AbstractActionChip actionChip) |
String |
getConfirmationMessage() |
boolean |
hasDialogChip(AbstractActionChip actionChip) |
boolean |
needConfirmation() |
ActionResult |
perform(ActionEvent actionEvent)
Implement your action code in this method.
|
ActionResult perform(ActionEvent actionEvent) throws JaloBusinessException
actionEvent - ActionEvent contains input data for the actionJaloBusinessExceptionboolean needConfirmation()
String getConfirmationMessage()
boolean hasDialogChip(AbstractActionChip actionChip)
AbstractActionDialogChip createDialogChip(Chip parent, AbstractActionChip actionChip)
Copyright © 2017 SAP SE. All Rights Reserved.