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