Constructors
Section titled "Constructors"IgcQueryBuilderHeaderComponent
new IgcQueryBuilderHeaderComponent(): IgcQueryBuilderHeaderComponent Returns IgcQueryBuilderHeaderComponent
Properties
Section titled "Properties"tagName
Section titled "tagName"tagName: string Accessors
Section titled "Accessors"resourceStrings
Section titled "resourceStrings"get resourceStrings(): IgcQueryBuilderResourceStrings
Returns IgcQueryBuilderResourceStrings
Sets the resource strings. By default it uses EN resources.
set resourceStrings(value: IgcQueryBuilderResourceStrings): void Parameters
Returns void
showLegend
Section titled "showLegend"get showLegend(): boolean
Returns boolean
Show/hide the legend.
set showLegend(value: boolean): void Parameters
- value:
boolean
Returns void
title
Section titled "title"The HTMLElement.title property represents the title of the element: the text usually displayed in a 'tooltip' popup when the mouse is over the node.
get title(): string
Returns string
Sets the title of the query builder header.
set title(value: string): void Parameters
- value:
string
Returns void
Methods
Section titled "Methods"register
Section titled "register"register(): void