Interface ComponentContext<C extends ComponentContext<C>>

すべての既知のサブインターフェース:
AbstractSelectorComponent.SelectorComponentContext<T,I,C>AbstractTextComponent.TextComponentContext<T,C>ConfirmationInput.ConfirmationInputContextMultiItemSelector.MultiItemSelectorContext<T,I>NumberInput.NumberInputContextPathInput.PathInputContextPathSearch.PathSearchContextSingleItemSelector.SingleItemSelectorContext<T,I>StringInput.StringInputContext
すべての既知の実装クラス:
AbstractSelectorComponent.BaseSelectorComponentContextAbstractTextComponent.BaseTextComponentContextBaseComponentContext

public interface ComponentContext<C extends ComponentContext<C>>
基本的なキーと値のペアにアクセスできる基本コンポーネントコンテキストの契約。これは、コンポーネントが独自のコンポーネント固有のコンテキストを提供するために拡張できる基本コンテキストです。
作成者:
Janne Valkealahti, Piotr Olaszewski