インターフェースの使用
org.springframework.shell.jline.tui.component.NumberInput.NumberInputContext
NumberInput.NumberInputContext を使用するパッケージ
パッケージ
説明
org.springframework.shell.jline.tui.component 内の NumberInput.NumberInputContext 使用
修飾子と型メソッド説明NumberInput.NumberInputContext.empty()空のNumberInput.NumberInputContextを取得します。NumberInput.getThisContext(@Nullable ComponentContext<?> context) NumberInput.NumberInputContextを取得します。NumberInput.NumberInputContext.of(@Nullable NumberSE defaultValue, ClassSE<? extends NumberSE> defaultClass) NumberInput.NumberInputContextを取得します。NumberInput.NumberInputContext.of(@Nullable NumberSE defaultValue, ClassSE<? extends NumberSE> defaultClass, boolean required) NumberInput.NumberInputContextを取得します。型 NumberInput.NumberInputContext のパラメーターを持つ org.springframework.shell.jline.tui.component のメソッド修飾子と型メソッド説明protected booleanNumberInput.read(org.jline.keymap.BindingReader bindingReader, org.jline.keymap.KeyMap<StringSE> keyMap, NumberInput.NumberInputContext context) 型 NumberInput.NumberInputContext の型引数を持つ org.springframework.shell.jline.tui.component のコンストラクターパラメーター修飾子コンストラクター説明NumberInput(org.jline.terminal.Terminal terminal, @Nullable StringSE name, @Nullable NumberSE defaultValue, ClassSE<? extends NumberSE> clazz, boolean required, @Nullable FunctionSE<NumberInput.NumberInputContext, ListSE<org.jline.utils.AttributedString>> renderer) org.springframework.shell.jline.tui.component.flow 内の NumberInput.NumberInputContext 使用
型 NumberInput.NumberInputContext の引数を持つ型を返す org.springframework.shell.jline.tui.component.flow のメソッド修飾子と型メソッド説明@Nullable FunctionSE<NumberInput.NumberInputContext,StringSE> BaseNumberInput.getNext()BaseNumberInput.getPostHandlers()BaseNumberInput.getPreHandlers()@Nullable FunctionSE<NumberInput.NumberInputContext,ListSE<org.jline.utils.AttributedString>> BaseNumberInput.getRenderer()型 NumberInput.NumberInputContext の型引数を持つ org.springframework.shell.jline.tui.component.flow のメソッドパラメーター修飾子と型メソッド説明BaseNumberInput.next(FunctionSE<NumberInput.NumberInputContext, StringSE> next) NumberInputSpec.next(FunctionSE<NumberInput.NumberInputContext, StringSE> next) 次のコンポーネントの ID を返す関数を定義します。BaseNumberInput.postHandler(ConsumerSE<NumberInput.NumberInputContext> handler) NumberInputSpec.postHandler(ConsumerSE<NumberInput.NumberInputContext> handler) 実行後のコンテキストハンドラーを追加します。BaseNumberInput.preHandler(ConsumerSE<NumberInput.NumberInputContext> handler) NumberInputSpec.preHandler(ConsumerSE<NumberInput.NumberInputContext> handler) 実行前のコンテキストハンドラーを追加します。BaseNumberInput.renderer(FunctionSE<NumberInput.NumberInputContext, ListSE<org.jline.utils.AttributedString>> renderer) NumberInputSpec.renderer(FunctionSE<NumberInput.NumberInputContext, ListSE<org.jline.utils.AttributedString>> renderer) レンダラー関数を設定します。