Package | Description |
---|---|
org.springframework.shell.component | |
org.springframework.shell.component.support |
Modifier and Type | Class and Description |
---|---|
class |
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>>
Context
MultiItemSelector . |
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>>
Context
SingleItemSelector . |
Modifier and Type | Class and Description |
---|---|
class |
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 a
AbstractSelectorComponent.SelectorComponentContext . |
static class |
AbstractSelectorComponent.ItemState<I extends Matchable>
Class keeping item state.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectorItem<T> |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractSelectorComponent.ItemState<I extends Matchable>
Class keeping item state.
|
static class |
SelectorItem.SelectorItemWrapper<T> |
Modifier and Type | Method and Description |
---|---|
static <T,I extends Nameable & Matchable & Itemable<T>,C extends AbstractSelectorComponent.SelectorComponentContext<T,I,C>> |
AbstractSelectorComponent.SelectorComponentContext.empty()
Creates an empty
AbstractSelectorComponent.SelectorComponentContext . |
Copyright © 2024. All rights reserved.