Options
All
  • Public
  • Public/Protected
  • All
Menu

A predicate wrapper, that can contain a generator of a Predicate.

This class is used to transfer search predicates added by other means into the search GUI.

Hierarchy

Index

Constructors

Properties

_filterTextSegmentsGenerator: (() => FilterTextSegment[])

Type declaration

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

Type declaration

_predicate: Predicate
_visible: boolean

Accessors

  • get isVisible(): boolean

Methods

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

Generated using TypeDoc