Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractSearchClauseComponent Abstract

Is responsible for the interactive creation of an OR ClausePredicate object instance. The nested Predicates are ElementaryPredicate instances created by AbstractSearchPredicateComponent.

Hierarchy

  • AbstractSearchClauseComponent

Implements

  • OnInit
  • OnDestroy

Index

Constructors

Properties

editable: boolean = true

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

Defaults to true

predicateId: number
remove$: Subject<number>
removeChild$: Subject<number>

Methods

  • addChildPredicate(): void
  • ngOnDestroy(): void
  • ngOnInit(): void
  • removeChildAt(id: number): void

Generated using TypeDoc