Class DefaultConfirmationInputSpec
java.lang.Object
org.springframework.shell.tui.component.flow.BaseInput<ConfirmationInputSpec>
org.springframework.shell.tui.component.flow.BaseConfirmationInput
org.springframework.shell.tui.component.flow.DefaultConfirmationInputSpec
- All Implemented Interfaces:
org.springframework.core.Ordered,BaseInputSpec<ConfirmationInputSpec>,ConfirmationInputSpec
Default impl for
BaseConfirmationInput.- Author:
- Janne Valkealahti
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.shell.tui.component.flow.BaseConfirmationInput
and, defaultValue, getDefaultValue, getName, getNext, getPostHandlers, getPreHandlers, getRenderer, getResultMode, getResultValue, getTemplateLocation, getThis, isStoreResult, name, next, postHandler, preHandler, renderer, resultMode, resultValue, storeResult, templateMethods inherited from class org.springframework.shell.tui.component.flow.BaseInput
getBuilder, getId, getOrder, order, setOrderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.shell.tui.component.flow.BaseInputSpec
order
-
Constructor Details
-
DefaultConfirmationInputSpec
-