public static interface AbstractSelectorComponent.SelectorComponentContext<T,I extends Nameable & Matchable & Itemable<T>,C extends AbstractSelectorComponent.SelectorComponentContext<T,I,C>> extends ComponentContext<C>
containsKey, get, get, put, stream, toTemplateModelString getName()
void setName(String name)
name - the nameString getInput()
void setInput(String input)
input - the inputList<AbstractSelectorComponent.ItemState<I>> getItemStates()
void setItemStates(List<AbstractSelectorComponent.ItemState<I>> itemStateView)
itemStateView - the input stateList<AbstractSelectorComponent.ItemState<I>> getItemStateView()
void setItemStateView(List<AbstractSelectorComponent.ItemState<I>> itemStateView)
itemStateView - the item state viewboolean isResult()
Integer getCursorRow()
void setCursorRow(Integer cursorRow)
cursorRow - the cursor rowvoid setResultItems(List<I> items)
items - the result itemsstatic <T,I extends Nameable & Matchable & Itemable<T>,C extends AbstractSelectorComponent.SelectorComponentContext<T,I,C>> AbstractSelectorComponent.SelectorComponentContext<T,I,C> empty()
AbstractSelectorComponent.SelectorComponentContext.empty in interface ComponentContext<C extends AbstractSelectorComponent.SelectorComponentContext<T,I,C>>T - the type of contextCopyright © 2022. All rights reserved.