Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SearchPredicateComponent

Hierarchy

  • AbstractSearchPredicateComponent
    • SearchPredicateComponent

Index

Constructors

  • new SearchPredicateComponent(searchCategories: Type<Category<any>>[], logger: LoggerService, initializationService: AdvancedSearchComponentInitializationService, categoryFactory: CategoryFactory): SearchPredicateComponent

Properties

_categoryFactory: CategoryFactory
_initializationService: AdvancedSearchComponentInitializationService
_logger: LoggerService
_predicateChange: Subscription
_searchCategories: Category<any>[]
_selectedCategory: Category<any>
editable: boolean

Whether the contents displayed in this component can be edited by the user or not.

Defaults to true

generator: Category<any>

Optional generator with prefilled values. Can be used to add prefilled predicate components to the search GUI.

predicate: EditableElementaryPredicate
predicateId: number
remove$: Subject<number>
renderSelection: ((option: SearchAutocompleteOption<unknown>) => string)

Type declaration

    • (option: SearchAutocompleteOption<unknown>): string
    • Lambda that is used to preserve this reference in HTML binding.

      See [_renderSelection()]{@link AbstractSearchPredicateComponent#_renderSelection} for information about the transform function.

      Parameters

      • option: SearchAutocompleteOption<unknown>

        the {@link SearchAutocompleteOption} object that was selected in the autocomplete list.

      Returns string

ɵcmp: unknown
ɵfac: unknown

Accessors

  • set categoryInput(input: MatSelect): void
  • Parameters

    • input: MatSelect

    Returns void

  • get searchCategories(): Category<any>[]
  • Returns Category<any>[]

  • get selectedCategory(): Category<any>
  • set selectedCategory(newCategory: Category<any>): void
  • Returns Category<any>

  • Parameters

    • newCategory: Category<any>

    Returns void

Methods

  • _renderSelection(option: SearchAutocompleteOption<unknown>): string
  • Transforms a {@link SearchAutocompleteOption} object into it's name. Used for displaying user selection in the input field, when an autocomplete option is selected.

    Parameters

    • option: SearchAutocompleteOption<unknown>

      the object we want to transform. It might not exist if user input doesn't match any autocomplete option

    Returns string

    option name if it exists, empty string otherwise

  • categoryChanged(newCategory: Category<any>): void
  • Parameters

    • newCategory: Category<any>

    Returns void

  • clearCategorySelection(): void
  • Returns void

  • ngOnDestroy(): void
  • Returns void

  • ngOnInit(): void
  • Returns void

  • processPredicateChange(newPredicate: ElementaryPredicate): void
  • Notifies the EditableElementaryPredicate about changes to the predicate generated by the selected Category.

    Parameters

    • newPredicate: ElementaryPredicate

      predicate generated by the selected Category

    Returns void

  • remove(): void
  • Returns void

Generated using TypeDoc