Uses of Interface
org.springframework.shell.component.support.Itemable
Packages that use Itemable
-
Uses of Itemable in org.springframework.shell.component
Classes in org.springframework.shell.component with type parameters of type ItemableModifier and TypeClassDescriptionclass
MultiItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick multiple items.static interface
MultiItemSelector.MultiItemSelectorContext<T,
I extends Nameable & Matchable & Itemable<T>> ContextMultiItemSelector
.class
SingleItemSelector<T,
I extends Nameable & Matchable & Enableable & Selectable & Itemable<T>> Component able to pick single item.static interface
SingleItemSelector.SingleItemSelectorContext<T,
I extends Nameable & Matchable & Itemable<T>> ContextSingleItemSelector
.Methods in org.springframework.shell.component with type parameters of type ItemableModifier 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
.static <C,
I extends Nameable & Matchable & Itemable<C>>
SingleItemSelector.SingleItemSelectorContext<C,I> SingleItemSelector.SingleItemSelectorContext.empty()
Creates an emptySingleItemSelector.SingleItemSelectorContext
.static <C,
I extends Nameable & Matchable & Itemable<C>>
SingleItemSelector.SingleItemSelectorContext<C,I> Creates aSingleItemSelector.SingleItemSelectorContext
. -
Uses of Itemable in org.springframework.shell.component.support
Classes in org.springframework.shell.component.support with type parameters of type ItemableModifier 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.protected static class
AbstractSelectorComponent.BaseSelectorComponentContext<T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>> Base implementation of aAbstractSelectorComponent.SelectorComponentContext
.static interface
AbstractSelectorComponent.SelectorComponentContext<T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>> Context interface on a selector component sharing content.Subinterfaces of Itemable in org.springframework.shell.component.supportClasses in org.springframework.shell.component.support that implement ItemableMethods in org.springframework.shell.component.support with type parameters of type ItemableModifier and TypeMethodDescriptionstatic <T,
I extends Nameable & Matchable & Itemable<T>, C extends AbstractSelectorComponent.SelectorComponentContext<T, I, C>>
AbstractSelectorComponent.SelectorComponentContext<T,I, C> AbstractSelectorComponent.SelectorComponentContext.empty()
Creates an emptyAbstractSelectorComponent.SelectorComponentContext
.