Uses of Interface
org.springframework.shell.component.flow.SelectItem
Packages that use SelectItem
-
Uses of SelectItem in org.springframework.shell.component.flow
Classes in org.springframework.shell.component.flow that implement SelectItemMethods in org.springframework.shell.component.flow that return SelectItemMethods in org.springframework.shell.component.flow that return types with arguments of type SelectItemModifier and TypeMethodDescriptionBaseMultiItemSelector.getSelectItems()
BaseSingleItemSelector.getSelectItems()
Method parameters in org.springframework.shell.component.flow with type arguments of type SelectItemModifier and TypeMethodDescriptionBaseMultiItemSelector.selectItems
(List<SelectItem> selectItems) BaseSingleItemSelector.selectItems
(List<SelectItem> selectItems) MultiItemSelectorSpec.selectItems
(List<SelectItem> selectItems) Adds a list of select items.SingleItemSelectorSpec.selectItems
(List<SelectItem> selectItems) Adds a list of select items.