Whether the contents displayed in this component can be edited by the user or not.
Defaults to true
Optional generator with prefilled values. Can be used to add prefilled predicate components to the search GUI.
Transforms a SearchAutocompleteOption object into it's name. Used for displaying user selection in the input field, when an autocomplete option is selected.
the object we want to transform. It might not exist if user input doesn't match any autocomplete option
option name if it exists, empty string otherwise
Notifies the EditableElementaryPredicate
about changes to the predicate generated by the selected Category
.
predicate generated by the selected Category
Lambda that is used to preserve this
reference in HTML binding.
See [_renderSelection()]{@link AbstractSearchPredicateComponent#_renderSelection} for information about the transform function.
the SearchAutocompleteOption object that was selected in the autocomplete list.
Generated using TypeDoc
Is responsible for the interactive creation of a single ElementaryPredicate object instance.