Skip to content

DataFilterView class

The EasyQuery client-side view that represents the UI for data filtering page


● context: EqContext = new EqContext()



Executes the filter query and display results.

▸ applyQueryFilter(options?: any): void

  • options: any, Optional - The options. In particular, options.page defines what page of data to query.

Returns void


Returns the context.

▸ getContext(): EqContext

Returns EqContext - [[EqContext]] object.


Initializes the view.

▸ init(options?: EqViewOptions): void

  • options: EqViewOptions, Optional - The [[EqViewOptions]] object.

Returns void



Creates the default broker for the view.

▸ createDefaultBroker(context: EqContext): EqBroker

  • context: EqContext - The [[EqContext]] object.

Returns EqBroker - the created [[EqBroker]] object.


Creates the widget that represents Filter Bar.

▸ createFilterBarWidget(placeholderElement: HTMLElement): Widget

  • placeholderElement: HTMLElement - The [[HTMLElement]] to place the created widget in.

Returns Widget - the created [[Widget]] object.


Creates the widget that represents the result grid.

▸ createResultGridWidget(placeholderElement: HTMLElement): Widget

  • placeholderElement: HTMLElement - The [[HTMLElement]] to place the created widget in.

Returns Widget - the created [[Widget]] object.