HtmlDataFilterView class
Extends
Section titled “Extends”Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new HtmlDataFilterView(): HtmlDataFilterView
Public Properties
Section titled “Public Properties”context
Section titled “context”● context: EqContext = new EqContext()
Public Methods
Section titled “Public Methods”applyQueryFilter
Section titled “applyQueryFilter”Executes the filter query and display results.
▸ applyQueryFilter(options?: any
): void
Parameters:
Section titled “Parameters:”- options:
any
, Optional - Th e options. In particular,options.page
defines what page of data to query.
Returns void
getContext
Section titled “getContext”Returns the context.
▸ getContext(): EqContext
Returns EqContext - [[EqContext]] object.
Initializes the view.
▸ init(options?: EqViewOptions): void
Parameters:
Section titled “Parameters:”- options: EqViewOptions, Optional - The [[EqViewOptions]] object.
Returns void
Protected Methods
Section titled “Protected Methods”createFilterBarWidget
Section titled “createFilterBarWidget”Creates the widget that represents Filter Bar.
▸ createFilterBarWidget(placeholderElement: HTMLElement
): Widget
Parameters:
Section titled “Parameters:”- placeholderElement:
HTMLElement
- The [[HTMLElement]] to place the created widget in.
Returns Widget - the created [[Widget]] object.
createResultGridWidget
Section titled “createResultGridWidget”▸ createResultGridWidget(element: HTMLElement
): Widget
Parameters:
Section titled “Parameters:”- element:
HTMLElement
Returns Widget