public class FlowBackAction extends java.lang.Object implements FlowAction
FlowAction that navigates back to the last view of a flow. You should know this behavior from a back
button in a web browser for example.| ?????? |
|---|
FlowBackAction() |
| ?????? | ????? |
|---|---|
void |
handle(FlowHandler flowHandler,
java.lang.String actionId)
This method will be called by the
FlowHandler of the current flow whenever the action is triggered. |
public void handle(FlowHandler flowHandler, java.lang.String actionId) throws FlowException
FlowActionFlowHandler of the current flow whenever the action is triggered.handle ???? FlowActionflowHandler - the flowHandler of the current flowactionId - unique ID of this action in the current flowFlowException - if an error occures while handling the action