Class DefaultStringInputSpec
java.lang.Object
org.springframework.shell.tui.component.flow.BaseInput<StringInputSpec>
org.springframework.shell.tui.component.flow.BaseStringInput
org.springframework.shell.tui.component.flow.DefaultStringInputSpec
- All Implemented Interfaces:
org.springframework.core.Ordered,BaseInputSpec<StringInputSpec>,StringInputSpec
Default impl for
BaseStringInput.- 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.BaseStringInput
and, defaultValue, getDefaultValue, getMaskCharacter, getName, getNext, getPostHandlers, getPreHandlers, getRenderer, getResultMode, getResultValue, getTemplateLocation, getThis, isStoreResult, maskCharacter, 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
-
DefaultStringInputSpec
-