Uses of Interface
org.springframework.shell.component.MultiItemSelector.MultiItemSelectorContext
Packages that use MultiItemSelector.MultiItemSelectorContext
-
Uses of MultiItemSelector.MultiItemSelectorContext in org.springframework.shell.component
Methods in org.springframework.shell.component that return MultiItemSelector.MultiItemSelectorContextModifier and TypeMethodDescriptionstatic <T,
I extends Nameable & Matchable & Itemable<T>>
MultiItemSelector.MultiItemSelectorContext<T,I> MultiItemSelector.MultiItemSelectorContext.empty()
Creates an emptyMultiItemSelector.MultiItemSelectorContext
.static <T,
I extends Nameable & Matchable & Itemable<T>>
MultiItemSelector.MultiItemSelectorContext<T,I> Creates anMultiItemSelector.MultiItemSelectorContext
.MultiItemSelector.getThisContext
(ComponentContext<?> context) protected MultiItemSelector.MultiItemSelectorContext<T,
I> MultiItemSelector.runInternal
(MultiItemSelector.MultiItemSelectorContext<T, I> context) Methods in org.springframework.shell.component with parameters of type MultiItemSelector.MultiItemSelectorContextModifier and TypeMethodDescriptionprotected MultiItemSelector.MultiItemSelectorContext<T,
I> MultiItemSelector.runInternal
(MultiItemSelector.MultiItemSelectorContext<T, I> context) -
Uses of MultiItemSelector.MultiItemSelectorContext in org.springframework.shell.component.flow
Methods in org.springframework.shell.component.flow that return types with arguments of type MultiItemSelector.MultiItemSelectorContextModifier and TypeMethodDescriptionBaseMultiItemSelector.getNext()
BaseMultiItemSelector.getPostHandlers()
BaseMultiItemSelector.getPreHandlers()
Function<MultiItemSelector.MultiItemSelectorContext<String,
SelectorItem<String>>, List<org.jline.utils.AttributedString>> BaseMultiItemSelector.getRenderer()
Method parameters in org.springframework.shell.component.flow with type arguments of type MultiItemSelector.MultiItemSelectorContextModifier and TypeMethodDescriptionBaseMultiItemSelector.next
(Function<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>, String> next) MultiItemSelectorSpec.next
(Function<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>, String> next) Define a function which may return id of a next component to go.BaseMultiItemSelector.postHandler
(Consumer<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>> handler) MultiItemSelectorSpec.postHandler
(Consumer<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>> handler) Adds a post-run context handler.BaseMultiItemSelector.preHandler
(Consumer<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>> handler) MultiItemSelectorSpec.preHandler
(Consumer<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>> handler) Adds a pre-run context handler.BaseMultiItemSelector.renderer
(Function<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>, List<org.jline.utils.AttributedString>> renderer) MultiItemSelectorSpec.renderer
(Function<MultiItemSelector.MultiItemSelectorContext<String, SelectorItem<String>>, List<org.jline.utils.AttributedString>> renderer) Sets a renderer function.