public class ProxyFlowActionHandlerAdapter extends FlowActionHandlerAdapter
doProxiedAction() is called.| Modifier and Type | Class and Description |
|---|---|
protected static class |
ProxyFlowActionHandlerAdapter.ExecutedProxyAction
Enum representation of actions.
|
| Constructor and Description |
|---|
ProxyFlowActionHandlerAdapter(FlowActionHandlerAdapter handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
back()
Perform back operation for current configurable flow widget instance.
|
void |
cancel()
Closes current configurable flow widget instance.
|
void |
custom()
Perform custom operation for current configurable flow widget instance.
|
void |
done()
Perform done operation for current configurable flow widget instance.
|
void |
doProxiedAction()
Calls an action on proxied handler passed as constructor argument.
|
protected void |
executeAction(ProxyFlowActionHandlerAdapter.ExecutedProxyAction actionToExecute) |
void |
next()
Perform next operation for current configurable flow widget instance.
|
getWidgetInstanceManagerpublic ProxyFlowActionHandlerAdapter(FlowActionHandlerAdapter handler)
handler - proxied handler.public void doProxiedAction()
protected void executeAction(ProxyFlowActionHandlerAdapter.ExecutedProxyAction actionToExecute)
public void cancel()
FlowActionHandlerAdaptercancel in class FlowActionHandlerAdapterpublic void done()
FlowActionHandlerAdapterdone in class FlowActionHandlerAdapterpublic void back()
FlowActionHandlerAdapterback in class FlowActionHandlerAdapterpublic void next()
FlowActionHandlerAdapternext in class FlowActionHandlerAdapterpublic void custom()
FlowActionHandlerAdaptercustom in class FlowActionHandlerAdapterCopyright © 2018. All rights reserved.