Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EditablePredicateWithGenerator

An editable predicate wrapper, that can contain a generator of a Predicate.

This class is used to transfer editable search predicates added by other means into the search GUI and bind them to the search predicate update notifications.

Hierarchy

Index

Constructors

Properties

_filterTextSegmentsGenerator: (() => FilterTextSegment[])

Type declaration

_generator?: Category<any>
_metadataGenerator: (() => GeneratorMetadata)

Type declaration

_predicate: Predicate
_visible: boolean

Accessors

  • get isVisible(): boolean
  • set parentNotifier(parentNotifier: Subject<void>): void

Methods

  • destroy(): void
  • setFilterTextSegmentsGenerator(filterTextSegmentsGenerator: (() => FilterTextSegment[])): void
  • show(): void

Generated using TypeDoc