| ?? | ?? |
|---|---|
| AbstractFlowTaskAction.TaskFactory | |
| FlowAction |
Basic interface for all actions that can be handled in a flow.
|
| ? | ?? |
|---|---|
| AbstractFlowTaskAction |
Basic class for
FlowAction implementations that execute a custom task. |
| FlowActionChain | |
| FlowAsyncTaskAction |
Implementation of a
FlowAction that calls the given Runnable whenever the action is triggered. |
| FlowBackAction |
Defines a
FlowAction that navigates back to the last view of a flow. |
| FlowLink<T> |
A
FlowAction implementation that navigates to a different view in a flow. |
| FlowMethodAction |
Implementation of a
FlowAction that calls a method in the current view controller instance. |
| FlowTaskAction |
Implementation of a
FlowAction that calls the given Runnable whenever the action is triggered. |
| ???? | ?? |
|---|---|
| ActionMethod |
Annotation that adds a method action to the annotated node.
|
| ActionTrigger |
Annotation that adds a action to the annotated node.
|
| BackAction |
Annotation that adds a back action to the annotated node.
|
| LinkAction |
Annotation that adds a link action to the annotated node.
|