Uses of Interface
org.springframework.shell.component.support.Selectable
Packages that use Selectable
-
Uses of Selectable in org.springframework.shell.component
Classes in org.springframework.shell.component with type parameters of type SelectableModifier and TypeClassDescriptionclass
MultiItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick multiple items.class
SingleItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick single item. -
Uses of Selectable in org.springframework.shell.component.support
Classes in org.springframework.shell.component.support with type parameters of type SelectableModifier and TypeClassDescriptionclass
AbstractSelectorComponent<T,
C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>, I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Base component for selectors which provide selectable lists.Subinterfaces of Selectable in org.springframework.shell.component.supportClasses in org.springframework.shell.component.support that implement SelectableModifier and TypeClassDescriptionstatic class
static class
SelectorList.BaseProjectionItem<T extends Nameable>