Filter Multiple Selection
LmnFilterMultipleSelectionComponent
import { LmnFilterMultipleSelectionComponent } from '@elemental/ui';
Decorators: |
|
Generic types: | SelectionValueType |
Selectors: |
|
Extends: |
|
Properties
Name | Type | Description |
---|---|---|
checkboxGroupConfiguration r |
| The checkbox group configuration. |
configuration r |
| The configuration of the filter. |
filterId r implements
|
| The id of the filter. @required |
filterItemFn r |
| The filter item function. |
items r |
| The items of the filter. |
nativeElement r | HTMLElement | The native element of the filter. |
negative r |
| Whether the filter is negative. |
searchAccessibility r |
| Represent the accessibility for the search. Can be usefull when provide a custom search by |
searchConfiguration r |
| The search configuration. |
selectedValues r implements
|
| The selected values of the filter. @warning You must use this property AFTER the component is initialized by positioning it in the template after the component declaration. If you need to print the selected values before, use the output |
selectedValuesChange r implements
|
| The selected values change of the filter. |
Methods
clear()implements
|
---|
Clear the selected values. |
Presentation
|
Returnsvoid |
selectValues()implements
| ||||||
---|---|---|---|---|---|---|
Select the given values. | ||||||
Presentation
| ||||||
Parameters
Returnsvoid |
LmnFilterCustomLabelDirective
import { LmnFilterCustomLabelDirective } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
template r |
|
Static Methods
static ngTemplateContextGuard() | |||||||||
---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | |||||||||
Presentation
| |||||||||
Parameters
Returnsboolean |
LmnFilterCustomCheckboxDirective
import { LmnFilterCustomCheckboxDirective } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
template r |
|
Static Methods
static ngTemplateContextGuard() | |||||||||
---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | |||||||||
Presentation
| |||||||||
Parameters
Returnsboolean |
LmnFilterCustomSearchDirective
import { LmnFilterCustomSearchDirective } from '@elemental/ui';
Decorators: |
|
Selectors: | [ |
Properties
Name | Type | Description |
---|---|---|
template r |
|
Static Methods
static ngTemplateContextGuard() | |||||||||
---|---|---|---|---|---|---|---|---|---|
No documentation has been provided. | |||||||||
Presentation
| |||||||||
Parameters
Returnsboolean |