Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FilterFieldsComponent

Helper component for the filter query field and filter query dropdown

Hierarchy

  • FilterFieldsComponent

Implements

  • DoCheck
  • OnInit

Index

Constructors

constructor

Properties

config

config: FilterConfig

The filter config containing component properties

onAdd

onAdd: EventEmitter<Object> = new EventEmitter()

The event emitted when a filter has been added

onDelete

onDelete: EventEmitter<Object> = new EventEmitter()

The event emitted when a saved filter has been deleted

onFieldSelect

onFieldSelect: EventEmitter<Object> = new EventEmitter()

The event emitted when a field menu option is selected

onTypeAhead

onTypeAhead: EventEmitter<Object> = new EventEmitter()

The event emitted when the user types ahead in the query input field

Accessors

currentField

Protected currentValue

  • get currentValue(): string
  • set currentValue(val: string): void

Methods

Protected initCurrentField

  • initCurrentField(): void

ngDoCheck

  • ngDoCheck(): void

ngOnInit

  • ngOnInit(): void

reset

  • reset(): void

Protected setupConfig

  • setupConfig(): void

Generated using TypeDoc