Uses of Interface
org.springframework.shell.component.flow.ConfirmationInputSpec
Packages that use ConfirmationInputSpec
-
Uses of ConfirmationInputSpec in org.springframework.shell.component.flow
Classes in org.springframework.shell.component.flow that implement ConfirmationInputSpecModifier and TypeClassDescriptionclassBase impl forConfirmationInputSpec.classDefault impl forBaseConfirmationInput.Methods in org.springframework.shell.component.flow that return ConfirmationInputSpecModifier and TypeMethodDescriptionBaseConfirmationInput.defaultValue(Boolean defaultValue) ConfirmationInputSpec.defaultValue(Boolean defaultValue) Sets a default value.BaseConfirmationInput.getThis()Sets a name.BaseConfirmationInput.next(Function<ConfirmationInput.ConfirmationInputContext, String> next) ConfirmationInputSpec.next(Function<ConfirmationInput.ConfirmationInputContext, String> next) Define a function which may return id of a next component to go.BaseConfirmationInput.postHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) ConfirmationInputSpec.postHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) Adds a post-run context handler.BaseConfirmationInput.preHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) ConfirmationInputSpec.preHandler(Consumer<ConfirmationInput.ConfirmationInputContext> handler) Adds a pre-run context handler.BaseConfirmationInput.renderer(Function<ConfirmationInput.ConfirmationInputContext, List<org.jline.utils.AttributedString>> renderer) ConfirmationInputSpec.renderer(Function<ConfirmationInput.ConfirmationInputContext, List<org.jline.utils.AttributedString>> renderer) Sets a renderer function.BaseConfirmationInput.resultMode(ResultMode resultMode) ConfirmationInputSpec.resultMode(ResultMode resultMode) Sets a result mode.BaseConfirmationInput.resultValue(Boolean resultValue) ConfirmationInputSpec.resultValue(Boolean resultValue) Sets a result value.BaseConfirmationInput.storeResult(boolean store) ConfirmationInputSpec.storeResult(boolean store) Automatically stores result from aConfirmationInput.ConfirmationInputContextintoComponentContextwith key given to builder.Sets a default renderer template location.ComponentFlow.BaseBuilder.withConfirmationInput(String id) ComponentFlow.Builder.withConfirmationInput(String id) Gets a builder for confirmation input.