インターフェースの使用
org.springframework.shell.jline.tui.component.flow.ConfirmationInputSpec
ConfirmationInputSpec を使用するパッケージ
org.springframework.shell.jline.tui.component.flow 内の ConfirmationInputSpec 使用
修飾子と型メソッド説明BaseConfirmationInput.defaultValue(BooleanSE defaultValue) ConfirmationInputSpec.defaultValue(BooleanSE defaultValue) デフォルト値を設定します。BaseConfirmationInput.getThis()名前を設定します。BaseConfirmationInput.next(FunctionSE<ConfirmationInput.ConfirmationInputContext, StringSE> next) ConfirmationInputSpec.next(FunctionSE<ConfirmationInput.ConfirmationInputContext, StringSE> next) 次のコンポーネントの ID を返す関数を定義します。BaseConfirmationInput.postHandler(ConsumerSE<ConfirmationInput.ConfirmationInputContext> handler) ConfirmationInputSpec.postHandler(ConsumerSE<ConfirmationInput.ConfirmationInputContext> handler) 実行後のコンテキストハンドラーを追加します。BaseConfirmationInput.preHandler(ConsumerSE<ConfirmationInput.ConfirmationInputContext> handler) ConfirmationInputSpec.preHandler(ConsumerSE<ConfirmationInput.ConfirmationInputContext> handler) 実行前のコンテキストハンドラーを追加します。BaseConfirmationInput.renderer(FunctionSE<ConfirmationInput.ConfirmationInputContext, ListSE<org.jline.utils.AttributedString>> renderer) ConfirmationInputSpec.renderer(FunctionSE<ConfirmationInput.ConfirmationInputContext, ListSE<org.jline.utils.AttributedString>> renderer) レンダラー関数を設定します。BaseConfirmationInput.resultMode(ResultMode resultMode) ConfirmationInputSpec.resultMode(ResultMode resultMode) 結果モードを設定します。BaseConfirmationInput.resultValue(BooleanSE resultValue) ConfirmationInputSpec.resultValue(BooleanSE resultValue) 結果値を設定します。BaseConfirmationInput.storeResult(boolean store) ConfirmationInputSpec.storeResult(boolean store) ビルダーに与えられたキーを使用して、ConfirmationInput.ConfirmationInputContextからの結果をComponentContextに自動的に格納します。デフォルトのレンダラーテンプレートの場所を設定します。ComponentFlow.BaseBuilder.withConfirmationInput(StringSE id) ComponentFlow.Builder.withConfirmationInput(StringSE id) 確認入力用のビルダーを取得します。