public interface ComponentFlow
Modifier and Type | Interface and Description |
---|---|
static class |
ComponentFlow.BaseBuilder |
static interface |
ComponentFlow.Builder
Interface for a wizard builder.
|
static interface |
ComponentFlow.ComponentFlowResult
Results from a flow run.
|
static class |
ComponentFlow.DefaultBuilder |
static class |
ComponentFlow.DefaultComponentFlow |
static class |
ComponentFlow.DefaultComponentFlowResult |
static class |
ComponentFlow.OrderedInputOperation |
Modifier and Type | Method and Description |
---|---|
static ComponentFlow.Builder |
builder()
Gets a new instance of an input wizard builder.
|
ComponentFlow.ComponentFlowResult |
run()
Run a wizard and returns a result from it.
|
ComponentFlow.ComponentFlowResult run()
static ComponentFlow.Builder builder()
Copyright © 2024. All rights reserved.